I have a long route with several multicast . There are a number of possible exceptions from these endpoints but i want to stop the execution of multicast only if certain types of exceptions - for example network exception or ConnectionException . I want the multicast process to continue in terms of other exceptions after they are be handled by the onException clause. Is there a way i can specify some types of exception only on which the procession stops. ?
-- View this message in context: http://camel.465427.n5.nabble.com/multicast-stopOnException-is-there-way-to-narrow-to-specific-Exception-tp5796898.html Sent from the Camel - Users mailing list archive at Nabble.com.
