[
https://issues.apache.org/jira/browse/ARTEMIS-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587189#comment-16587189
]
ASF GitHub Bot commented on ARTEMIS-2045:
-----------------------------------------
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
----
> [AMQP] Add support for setting delivery annotations on outgoing messages
> ------------------------------------------------------------------------
>
> Key: ARTEMIS-2045
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2045
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: AMQP
> Reporter: Carsten Lohmann
> Priority: Major
>
> When delivering an AMQP message, there is currently no way to set delivery
> annotations on the outgoing message.
> Having such a possibility would allow outgoing AMQP interceptors to set such
> annotations.
>
> This is needed for implementing OpenTracing support via a broker plugin and
> interceptors - see ARTEMIS-2028.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)