Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11288

Missing proton SaslListener

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 14.0.0.Final
    • JMS
    • None
    • Hide

      Create a client using AMQP and attempt to connect using authentication headers such as an example at https://github.com/vcabbage/amqp

      Configure Wildfly/Artemis to listen on TCP
      <jms-queue name="testqueue" entries="java:jboss/exported/testqueue testqueue" durable="true"/>
      ...
      <remote-acceptor name="messaging-amqp" socket-binding="messaging-amqp"/>
      ...
      <socket-binding name="messaging-amqp" interface="public" port="5672"/>

      Show
      Create a client using AMQP and attempt to connect using authentication headers such as an example at https://github.com/vcabbage/amqp Configure Wildfly/Artemis to listen on TCP <jms-queue name="testqueue" entries="java:jboss/exported/testqueue testqueue" durable="true"/> ... <remote-acceptor name="messaging-amqp" socket-binding="messaging-amqp"/> ... <socket-binding name="messaging-amqp" interface="public" port="5672"/>

      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.

            ehugonne1@redhat.com Emmanuel Hugonnet
            karl.sorensen@sky.uk Karl Sorensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: