Hi ,

I am bit new with camel but i was  stuck in multicast exception handling
you can follow this link
http://camel.apache.org/exception-clause.html

and I will suggest you refer your customexception class to your route where
you are doing multicast
 I mean to say 

<route>
<onexception>
call your customException
<onException>

<multicast>
<to uri=""/>
<to uri=""/>
</multicast>
</route>

Don't  know how much this will help you
best of luck !!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Mulitcast-and-stopOnexception-tp5733047p5733089.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to