How are exception handled using apache camel?
Answer / Dhiraj Nayan Kumar
Exception handling in Apache Camel can be customized using Exception Handlers. By default, when an exception occurs, it will propagate up the route until it reaches the last component or a component with an onException() clause.
| Is This Answer Correct ? | 0 Yes | 0 No |
How did you integrate apache camel with database?
What is EndPoint in camel?
What is Exchange in camel?
What is Stream component in camel?
How is data passed between the routes?
What is the default error handler in camel?
What is Message in camel?
What is the difference between multicast and recipient list EIP?
What is an endpoint?
What is the stopOnException() in multicast?
What is camel registry?
What is Camel?