Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

For example you can define a default error handler to redelivery at most 3 times

...

And in XML

...

See more details at Error Handler.

...

...

...

The Camel Error Handler is covered in great details in the Camel in Action book where the entire chapter 5 has been devoted.

Using RedeliveryPolicyProfiles

...

In the XML snippet below we have defined a <redeliveryPolicyProfile> which we can refer to from the <errorHandler>.

...

Camel's Properties placeholder is also supported which the following XML example shows:

...

...

And you can also use Spring Frameworks property placeholders as shown below:

...

...

See Also