You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by KitHat <gi...@git.apache.org> on 2017/11/20 18:43:10 UTC

[GitHub] camel pull request #2103: CAMEL-12014: Added support for redelivered tag for...

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 <nk...@gmail.com>
Date:   2017-11-20T18:29:17Z

    CAMEL-12014: Added support for redelivered tag for RabbitMQ

----


---

[GitHub] camel pull request #2103: CAMEL-12014: Added support for redelivered tag for...

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd closed the pull request at:

    https://github.com/apache/camel/pull/2103


---