[ 
https://issues.apache.org/jira/browse/CAMEL-5959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551894#comment-13551894
 ] 

Claus Ibsen commented on CAMEL-5959:
------------------------------------

Added a note to the docs at
https://cwiki.apache.org/confluence/display/CAMEL/Dead+Letter+Channel
                
> Dead Letter Channel - Store failed route id on Exchange
> -------------------------------------------------------
>
>                 Key: CAMEL-5959
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5959
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core, eip
>    Affects Versions: 2.10.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.4, 2.11.0
>
>
> See
> http://camel.465427.n5.nabble.com/Retrieve-failed-Route-from-deadLetterChannel-tp5725420.html
> We should store the route id where we failed, this allows end users to get 
> that as a detail if they route to another route as part of DLC. You can get 
> the current route, but if you let DLC be a route, then its that route you 
> get, and not the route that failed.
> So we need to store this as part of the RedeliveryErrorHandler logic inside 
> camel-core.
> We do have failed endpoint store already. eg if it failed sending a message 
> to an endpoint. But we lack the route id.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to