Hello fellows! Can somebody explain me why the exception handling in camel can be non-handeld? Furthermore that is the default if you are using
/*onExchange(Exception.class).end()*/ In my opinion it makes no sense when you cannot handle the exception. And what impacts has the construct above in a route scope anyway? It is not revealed to me what makes the difference in omit or apply it - the exception is thrown anyway. Cheers Hilde -- View this message in context: http://camel.465427.n5.nabble.com/Basic-knowledge-onException-tp5715861.html Sent from the Camel - Users mailing list archive at Nabble.com.
