You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by tabish121 <gi...@git.apache.org> on 2017/10/04 21:25:30 UTC

[GitHub] activemq-artemis pull request #1573: ARTEMIS-1314 Fixing issues with JMS sel...

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 <ta...@gmail.com>
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.

----


---

[GitHub] activemq-artemis pull request #1573: ARTEMIS-1314 Fixing issues with JMS sel...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1573


---