L.S., You can do this by disabling the error handler in your RouteBuilder's configure() method by adding errorHandler(noErrorHandler());
Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/9/26 iocanel <[email protected]>: > > I am using servicemix 3.3 and camel 1.6.1. > > I have the following flow: > [servicemix-jms:consumer]->[camel-jbi endpoint]->[custom endpoint]. > > I want when an error occurs in the custom endpoint (Exception, fail etc). to > be propagated back to my jms endpoint which is configured as transacted so > that my jms provider triggers its redelivery policy. However camel tries to > handler the error and it triggers its own redelivery policy. > > How can I make my camel endpoint propagate all exceptions, errors and > failuers back to my jms consumer? > > > > > -- > View this message in context: > http://www.nabble.com/servicemix-camel-and-error-handling-tp25623679p25623679.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > >
