GitHub user tabish121 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1573
ARTEMIS-1314 Fixing issues with JMS selectors on AMQP
Allows for JMS selectors on JMSCorrelationID as well as JMSXGroupID
and JMSXUserID along with some fixes to avoid an NPE case and fixes
to the conversion of AMQP MessageID and CorrelationID values when
doing cross protocol mappings. Adds new tests to cover more cases
of using the JMS selector with Qpid JMS and the AMQP test client.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tabish121/activemq-artemis amqp-jms-selectors
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1573.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 #1573
----
commit 573429e9a8a68199c6c0346126d11e3d7ba64ca0
Author: Timothy Bish <[email protected]>
Date: 2017-10-04T12:49:07Z
ARTEMIS-1314 Fixing issues with JMS selectors on AMQP
Allows for JMS selectors on JMSCorrelationID as well as JMSXGroupID
and JMSXUserID along with some fixes to avoid an NPE case and fixes
to the conversion of AMQP MessageID and CorrelationID values when
doing cross protocol mappings. Adds new tests to cover more cases
of using the JMS selector with Qpid JMS and the AMQP test client.
----
---