Rollback — Forces a rollback of a route
The Rollback pattern forces a route to rollback all of the already executed processing.
The Rollback pattern can appear anywhere in the body of a route.
Table 42 describes the properties you can specify using the properties editor.
Table 42. Rollback Properties
Name | Description |
---|---|
Message | Specifies a message to be sent when a transaction is rolled back. |
Mark Rollback Only | Specifies whether the entire transaction is rolled back, without throwing a
This property cannot be enabled when Mark Rollback Only Last is enabled. |
Inherit Error Handler | Specifies whether the node should use the error handler configured for the route.
The default is Disabled . |
Mark Rollback Only Last | Specifies whether the current transaction is rolled back, without throwing a
This property cannot be enabled when Mark Rollback Only is enabled. |
Id | Specifies a unique identifier for the endpoint. The Id can be used to refer to the endpoint in the Camel XML file. |
Description | Specifies a text description for the node. This description is included in the generated XML file, but it is informational only. It is not used by Apache Camel. |