GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1832
ARTEMIS-853 Support for exclusive consumers Support exclusive consumer Allow default address level settings for exclusive consumer Allow queue level setting in broker.xml Add the ability to set queue settings via Core JMS using address. Similar to ActiveMQ 5.X Allow for Core JMS client to define exclusive consumer using address parameters Add tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-853 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1832.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 #1832 ---- commit 87acc92e71fe63b6a252bab38d4aba68242a4c04 Author: Michael André Pearce <michael.andre.pearce@...> Date: 2018-01-30T17:43:14Z ARTEMIS-853 Support for exclusive consumers Support exlusive consumer Allow default address level settings for exclusive consumer Allow queue level setting in broker.xml Add the ability to set queue settings via Core JMS using address. Similar to ActiveMQ 5.X Allow for Core JMS client to define exclusive consumer using address parameters Add tests ---- ---