]
ehsavoie Hugonnet resolved WFLY-11288.
--------------------------------------
Resolution: Duplicate Issue
Missing proton SaslListener
---------------------------
Key: WFLY-11288
URL:
https://issues.jboss.org/browse/WFLY-11288
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 14.0.0.Final
Reporter: Karl Sorensen
Assignee: ehsavoie Hugonnet
Priority: Major
When trying to use an external client to connect to ActiveMQ/Artemis instance using the
AMQP protocol an SASL exception is thrown.
2018-11-05 12:08:01,636 TRACE [org.jboss.modules] (Thread-1 (activemq-netty-threads))
Class org.apache.qpid.proton.engine.SaslListener not found from Module
"org.apache.activemq.artemis.protocol.amqp" from local module loader @79b4d0f
(finder: local module finder @6b2fad11 (roots:
/apps/wildfly14.0/modules,/apps/wildfly14.0/modules/system/layers/base))
Issue can be resolved by manually including proton-j-0.27.3.jar into the
org.apache.activemq.artemis.protocol.amqp module as discussed in the attached forum post.