GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2350
DO NOT MERGE
Deduplicate common code in ActiveMQMessageProducer and ActiveMQSession,
moving it to ActiveMQSession
Reduce/Avoid needing to continue adding new client interfaces when new
queue attributes added going forwards
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
qpid-lvq-features
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2350.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 #2350
----
commit 634f96433297f8019b2fe4ce1f0b12bad13878f6
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-09-06T07:27:56Z
Add exlusive QPID features
Deduplicate common code in ActiveMQMessageProducer and ActiveMQSession,
moving it to ActiveMQSession
Reduce/Avoid needing to continue adding new client interfaces when new
queue attributes added going forwards
----
---