GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1710
ARTEMIS-1558 Message Grouping Openwire Interoperability Issue
Openwire message grouping doesn't work because the groupID of
a message is not passed correctly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis fm_1558
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1710.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 #1710
----
commit 7e0cbb75d469a94b93db41f3cf6c9cabbf4dd2db
Author: Howard Gao <[email protected]>
Date: 2017-12-14T05:44:51Z
ARTEMIS-1558 Message Grouping Openwire Interoperability Issue
Openwire message grouping doesn't work because the groupID of
a message is not passed correctly.
----
---