GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2422
ARTEMIS-2168 Fix "populate-validated-user" feature for AMQP messages
Note, this fixes feature: https://issues.apache.org/jira/browse/ARTEMIS-584
for AMQP produced messages.
Add additional test cases to cover AMQP for feature.
Add fix to AMQP message
This PR builds on top of other fixes currently in
https://github.com/apache/activemq-artemis/pull/2418 as such either this PR can
be merged which includes both fixes, or if the other PR is merged first, this
PR will need a rebase on that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-2168
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2422.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 #2422
----
commit cce891325f72fc921ff964440861432b2f320fb3
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
commit 2682443247a30274c673f52f645de87667c759dd
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-11-08T22:18:29Z
ARTEMIS-2168 Fix "populate-validated-user" feature for AMQP messages
Note, this fixes feature: https://issues.apache.org/jira/browse/ARTEMIS-584
for AMQP produced messages.
Add additional test cases to cover AMQP for feature.
Add fix to AMQP message
----
---