GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2423
ARTEMIS-2168 Fix "populate-validated-user" feature for AMQP messages
When populate-validated-user is true, force conversion to CORE as AMQP
messages are immutable.
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-2168-v2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2423.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 #2423
----
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 213f32d70f7f1c2e14686341a581727875e40dc3
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-11-08T22:18:29Z
ARTEMIS-2168 Fix "populate-validated-user" feature for AMQP messages
When populate-validated-user is true, force conversion to CORE as AMQP
messages are immutable.
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.
----
---