GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2418
ARTEMIS-2142 Fix ServerJMSMessage
Fix ServerJMSMessage so it correctly transposes JMSX headers.
Push common JMS to Message Interface mappings into MessageUtil
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-2142-EXTRA
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2418.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 #2418
----
commit 8adcfd4478f4338bba0799cf4e42a2b935ce9bd1
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-11-06T21:30:52Z
ARTEMIS-2142 Fix ServerJMSMessage
Fix ServerJMSMessage so it correctly transposes JMSX headers.
Push common JMS to Message Interface mappings into MessageUtil
----
---