cIntercept
Intercepts each message sub-route and redirects it in another sub-route without modifying the original one. When this detour is complete, message routing to the originally intended target endpoints continues. This can be useful at testing time to simulate error handling.
For more information, see the Apache camel documentation https://camel.apache.org/components/latest/.
cIntercept Standard properties
These properties are used to configure cIntercept running in the Standard Job framework.
The Standard cIntercept component belongs to the Exception Handling family.
Usage
Usage guidance | Description |
---|---|
Usage rule |
cIntercept is a start component of a sub-route. |
Connections |
|
Limitation |
To keep the original sub-routes untouched, cIntercept only be used in a separate sub-route . |