You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/31 13:52:00 UTC

[jira] [Commented] (ARTEMIS-2001) JMSXGroupID and JMSXUserID not returned in getPropertyNames when set

    [ https://issues.apache.org/jira/browse/ARTEMIS-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16563699#comment-16563699 ] 

ASF GitHub Bot commented on ARTEMIS-2001:
-----------------------------------------

GitHub user michaelandrepearce opened a pull request:

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

    ARTEMIS-2001 - JMSXGroupID and JMSXUserID in getPropertyNames

    Ensure JMSXGroupID and JMSXUserID is correctly returned by JMS getPropertyNames when set.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-2001

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2204.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 #2204
    
----
commit 2147f8204572c167459d29f12e333726cf38b87b
Author: Michael André Pearce <mi...@...>
Date:   2018-07-31T13:49:39Z

    ARTEMIS-2001 - JMSXGroupID and JMSXUserID in getPropertyNames
    
    Ensure JMSXGroupID and JMSXUserID is correctly returned by JMS getPropertyNames when set.

----


> JMSXGroupID and JMSXUserID not returned in getPropertyNames when set
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-2001
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2001
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>            Reporter: Michael Andre Pearce
>            Assignee: Michael Andre Pearce
>            Priority: Major
>
> Currently when using JMS API, and JMSXGroupID or JMSXUserID is set the JMS property name is not returned, when it should be. 
> This causes issues in tools like spring integration that use this to iterate over the set properties, as they don't capture these, as they are missing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)