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
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
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*