This content has been marked as final.
Show 3 replies
-
1. Re: External client connecting to Wildfly14 artemisMQ Queue.
mnovak Nov 6, 2018 4:19 AM (in response to ninjasftw)Looks like that proton-j-0.27.3.jar is missing. Could you try to add it to org.apache.activemq.artemis.protocol.amqp module. Copy it to wildfly-14.0.0.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main directory and update module.xml so it's loaded. I think that the reason why it's not working is that it requires SASL from proton-j.
-
2. Re: External client connecting to Wildfly14 artemisMQ Queue.
ninjasftw Nov 6, 2018 9:32 AM (in response to ninjasftw) -
3. Re: External client connecting to Wildfly14 artemisMQ Queue.
mnovak Nov 7, 2018 2:45 AM (in response to ninjasftw)Thanks for finding this issue. I've created jira [WFLY-11289] Artemis AMQP protocol requires proton-j...jar if SASL is used so developers can consider to add this missing dependency. It's not convenient to add it manually. Of course I've mentioned you on the jira, credit goes to you ;-)