Hi

During routing a message you can use the Camel error handling.
http://camel.apache.org/error-handling-in-camel.html

Such as an onException to deal with the exception. The exchange gets
enriched with a header/property with the last endpoint it was sent to,
so you can grab that detail to known which ftp endpoint failed, you
tried to send the message to.



On Wed, Sep 5, 2012 at 11:22 PM, vishal1981
<vishal.changr...@ericsson.com> wrote:
> Guys please if you can comment? I am kinda stuck
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Getting-consumer-endpoint-details-or-exchange-headers-in-custom-ExceptionHandler-tp5718633p5718694.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to