[
https://issues.apache.org/jira/browse/CAMEL-12014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16259634#comment-16259634
]
ASF GitHub Bot commented on CAMEL-12014:
----------------------------------------
GitHub user KitHat opened a pull request:
https://github.com/apache/camel/pull/2103
CAMEL-12014: Added support for redelivered tag for RabbitMQ
This fix sets REDELIVERY_TAG header on exchanges that were already
delivered once by rabbitmq. https://www.rabbitmq.com/reliability.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/KitHat/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2103.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 #2103
----
commit 01e96a5d226e2a29bc1856f5dd9e29ef18305756
Author: Nikita Khateev <[email protected]>
Date: 2017-11-20T18:29:17Z
CAMEL-12014: Added support for redelivered tag for RabbitMQ
----
> RabbitMQ redelivered flag tag.
> ------------------------------
>
> Key: CAMEL-12014
> URL: https://issues.apache.org/jira/browse/CAMEL-12014
> Project: Camel
> Issue Type: Improvement
> Components: camel-rabbitmq
> Affects Versions: 2.20.1
> Reporter: Nikita Khateev
> Assignee: Andrea Cosentino
> Priority: Minor
>
> Add header "rabbitmq.REDELIVERY_TAG" to message if it was redelivered
> (redelivery tag was set by RabbitMQ).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)