GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/1529
ARTEMIS-1413: JMSDeliveryMode is lost when AMQP to CORE converted
Added test case for cross protocol on JMSDeliveryMode proving issue, and
asserting fix
Added fix to AmqpCoreConverter to ensure durability (JMSDeliveryMode) is
retained.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-1413
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1529.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 #1529
----
commit 6eab0059c8045f8f7b2999ded25a6f655c509503
Author: Michael Andre Pearce <[email protected]>
Date: 2017-09-11T19:09:37Z
ARTEMIS-1413: JMSDeliveryMode is lost when AMQP to CORE converted
Added test case for cross protocol on JMSDeliveryMode proving issue, and
asserting fix
Added fix to AmqpCoreConverter to ensure durability (JMSDeliveryMode) is
retained.
----
---