Custom processing of Exchange before redelivery using DeadLetterChannel
-----------------------------------------------------------------------
Key: CAMEL-1234
URL: https://issues.apache.org/activemq/browse/CAMEL-1234
Project: Apache Camel
Issue Type: New Feature
Components: camel-core
Affects Versions: 1.5.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.0.0
We should provide a out-of-the-box solution to allow end users to do some
custom processing before DLC is attempting a redelivery on a given endpoint.
The custom processing should only be executed once per redelivery.
Using the interceptor solution on the DLC wiki page will kick in for the
remainder of the routing for redelivered exchanges, forcing end users to keep
track that they only modify the exchange once per redelivery.
The custom processing could be a detour route path
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.