cOnException Standard properties
These properties are used to configure cOnException running in the Standard Job framework.
The Standard cOnException component belongs to the Exception Handling family.
Basic settings
Exceptions |
Click the plus button to add as many lines as needed in the table to define the exceptions to be caught. |
Set a redelivering tries count |
Select this check box to set the maximum redelivering tries in the Maximum redelivering tries field. |
Non blocking asynchronous behavior |
Select this check box to enable asynchronous delayed redelivery. For details, go to http://camel.apache.org/exception-clause.html. |
Exception behavior |
None: select this option to take no action on the original route. Handle the exceptions: select this option to handle exceptions and break out the original route. Ignore the exceptions: select this option to ignore the exceptions and continue routing in the original route. |
Route the original input body instead of the current body |
Select this check box to route the original message instead of the current message that might be changed during the routing. |
Usage
Usage rule |
cOnException is used as a separate component in a Route. |
Limitation |
n/a |