The doTry can be used too:
http://camel.apache.org/try-catch-finally.html
Alan Camillo
On Thursday, June 2, 2011, Greg McFall wrote:
> Hi,
> As best I can tell, there is just one error handler for the entire context.
> Is there a way to create a custom error handler that can be applied
> around
just use route scoped exception handling...see
http://camel.apache.org/exception-clause.html
-
Ben O'Day
IT Consultant -http://benoday.blogspot.com
--
View this message in context:
http://camel.465427.n5.nabble.com/Custom-error-handler-around-one-endpoint-tp4449301p4449367.html
Sent
Hi,
As best I can tell, there is just one error handler for the entire context.
Is there a way to create a custom error handler that can be applied
around a single endpoint?
~ Greg McFall