This documentation is for WSO2 Enterprise Service Bus version 5.0.0. For the latest ESB, view the latest WSO2 Enterprise Integrator documentation.

All docs This doc
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
||
Skip to end of metadata
Go to start of metadata

The Transaction Mediator is used to provide transaction functionality for its child mediators.



Syntax

<transaction action="commit|fault-if-no-tx|new|resume|suspend|rollback|use-existing-or-new"/>

UI configuration

The Action parameter is used to select a transaction action to be performed. Available values are as follows.

ActionDescription
Commit Transaction (commit)This marks the transaction as completed and ends the transaction.
Fault if no Transaction (fault-if-no-tx)This goes to the error handler if there is no transaction.
Initiate new Transaction (new)This provides the entry point for a new transaction.
Resume Transaction (resume)This resumes a paused transaction.
Suspend Transaction (suspend)This pauses a transaction.
Rollback Transaction (rollbackThis rolls back a transaction.
Use existing or Initiate Transaction (use-existing-or new)If a transaction already exists, this value continues it. If no transaction already exists, a new transaction will be created.

Note

You can configure the mediator using XML. Click switch to source view in the Mediator window.


Example

For an example of using the Transaction mediator, see Transaction Mediator Example.


  • No labels