What is the default error handler in camel?
Answer / Pankaj Kumar Sundriyal
By default, Apache Camel does not have a global error handler. You need to explicitly configure an error handling strategy for your routes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is data passed between the routes?
What jars do I need?
What is routes in camel?
How did you integrate apache camel with database?
What platforms are supported?
What is Stream component in camel?
How many scope does camel error handler have?
What is apache camel?
What is a producer and a consumer endpoint?
Have you used apache camel with spring?
How did you execute junit test cases for apache camel?
What is the difference between DefaultErrorHandler and DeadLetterChannel error handler in camel?