GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2425
ARTEMIS-2142 Refactor of Patchfix ServerJMSMessage
Refactor ServerJMSMessage so it correctly transposes all JMSX headers
Push common JMSX mappings for JMS to Message Interface mappings into
MessageUtil to avoid duplication in ActiveMQMessage and ServerJMSMessage
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-2142-refactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2425.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 #2425
----
commit ea106c604d81f951d2dfbf729166360ffd3417cc
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-11-09T14:57:20Z
ARTEMIS-2142 Patch Fix ServerJMSMessage for JMSXGROUPSEQ
This is a patch fix for JMSXGROUPSEQ.
commit 60033594b5719c6a286536111925cd9dc6dce8ca
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-11-09T14:59:58Z
ARTEMIS-2142 Refactor of Patchfix ServerJMSMessage
Refactor ServerJMSMessage so it correctly transposes all JMSX headers
Push common JMSX mappings for JMS to Message Interface mappings into
MessageUtil to avoid duplication in ActiveMQMessage and ServerJMSMessage
----
---