GitHub user rgodfrey opened a pull request:
https://github.com/apache/activemq-artemis/pull/1579
ARTEMIS-1454: Support SASL in outgoing AMQP
Update ProtonHandler to allow for both client and server side SASL
and other related changes to allow for setting of client side mechanism
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rgodfrey/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1579.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1579
----
commit 91029e99309dbb7b6ed2f3f7e283e8028539c89c
Author: Robert Godfrey <[email protected]>
Date: 2017-09-27T21:45:14Z
ARTEMIS-1454: Support SASL in outgoing AMQP
Update ProtonHandler to allow for both client and server side SASL
and other related changes to allow for setting of client side mechanism
----
---