Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Camel supports pluggable ErrorHandler strategies to deal with errors processing an Event Driven Consumer.An alternative is to specify the error handling directly in the DSL using the Exception Clause.

Some current implementations include

...

These error handlers can be applied in the DSL to an entire set of rules or a specific routing rule as we show in the next examlpes.examples. Error handling rules are inherited on each routing rule within a single RouteBuilder

Setting global error handlers

...