Abort Action
The abort action enables you to terminate the message flow. This action is applicable to both parallel and sequential routing rules.
When the abort action is executed for a sequential routing rule, the exception FabricInvocationException
is thrown back to the caller, and the mediator component state changes to terminated. The fault policy is executed in the caller's thread.
An example of an abort action is shown below:
<Action id="ora-terminate"><abort/></Action>