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 <nkhtes...@gmail.com> Date: 2017-11-20T18:29:17Z CAMEL-12014: Added support for redelivered tag for RabbitMQ ---- ---