Does Camel catch Exceptions that occur in the first Producer in a route?

lets say I have this:

*onException(Exception.class).to("log:exception ${Body}")
*from("sjms:queue").to("log:test ${Body}")

If I shut down the Queue, an exception is throws in the console but camel
does not log it.
Am I understanding this wrong?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Catching-Exception-tp5791552.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to