GitHub user oombadness opened a pull request:
https://github.com/apache/camel/pull/403
CAMEL-3810 - RabbitMQ - Adding ability to requeue message
Adding ability to REQUEUE a message on RabbitMQ server instead of REJECTING
message / sending it to DLQ. Messages that are in Fault / Exception state and
have the header rabbitmq.REQUEUE set to the boolean true will be rejected and
have the requeue flag set to true, otherwise the message will be rejected with
the requeue flag set to false (as is current behavior).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oombadness/camel CAMEL-8310
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/403.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 #403
----
commit 20050c12682752cd13e93187f902a4aa9f2a42e7
Author: Andrew Austin <[email protected]>
Date: 2015-02-22T00:16:24Z
Adding ability to REQUEUE a message on RabbitMQ server instead of REJECTING
message / sending it to DLQ.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---