GitHub user calohmn opened a pull request:
https://github.com/apache/activemq-artemis/pull/2256
ARTEMIS-2045 Add support for setting delivery annotations on AMQPMessage
This fixes ARTEMIS-2045.
It enables outgoing AMQP interceptors to set delivery annotations for the
outgoing message.
A getter for delivery annotations on incoming messages (useful for incoming
AMQP interceptors) has been added as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bsinno/activemq-artemis
PR/amqp_outgoing_deliveryannotations
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2256.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 #2256
----
commit 0dcbb860f61a64e48893c016cd257f93f2203ca2
Author: Carsten Lohmann <carsten.lohmann@...>
Date: 2018-08-21T09:00:01Z
ARTEMIS-2045 Add support for setting delivery annotations on outgoing
message
----
---