Versions Compared

Key

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

...

Available as of Camel 2.0
The failover load balancer is capable of trying the next processor in case an Exchange failed with an exception during processing.
You can configure the failover with a list of specific exception to only failover. If you do not specify any exceptions it will failover over any exceptions. It uses the same strategy for matching exceptions as the Exception Clause does for the onException.

Info
titleEnable stream caching if using streams

If you use streaming then you should enable Stream Caching when using the failover load balancer. This is needed so the stream can be re-read when failing over.

It has the following options:

...