The best resource would be chapter 5 in the Camel in Action book which
is devoted to error handling.
Read also here
http://camel.apache.org/error-handling-in-camel.html
And since you use JBI check out the handle fault to turn exceptions
into JBI faults if that's what you need
On Tue, Jan 11, 20
@Ramesh.
Take a look at http://camel.apache.org/exception-clause.html. Using the
onException() DSL you can catch some or all exceptions that are thrown in
your route an handle them accordingly.
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-handle-exceptions-in-camel-