Re: Camel 2.13.1 Retry : starting from Parent Route on a sub route failure

2014-09-03 Thread sandp
Ibsen, Sorry, I should have been more specific. My question was more related to a route that *multicasted *the message to other routes. In this case having *.errorHandler(noErrorHandler())* in the sub route(s) had no effect. No redelivery is performed. The flow breaks with org.apache.camel.Runt

Re: Camel 2.13.1 Retry : starting from Parent Route on a sub route failure

2014-09-02 Thread Claus Ibsen
Try turn off error handling in the sub routes, eg use .noErrorHandler() On Tue, Sep 2, 2014 at 8:20 PM, sandp wrote: > > Hi, I'm trying to understand how the scenario can be implemented : > *direct:parent* calls a RESTFul service, that succeeds, the exchange is > multicast to other endpoints with

Camel 2.13.1 Retry : starting from Parent Route on a sub route failure

2014-09-02 Thread sandp
Hi, I'm trying to understand how the scenario can be implemented : *direct:parent* calls a RESTFul service, that succeeds, the exchange is multicast to other endpoints with *direct:child1* and *direct:child2*. Now, *direct:child1* results in *IOException*, so, on redelivery, route* direct:child1*