Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In addition to the transaction mediator, WSO2 ESB also supports JMS transactions. The JMS transport shipped with WSO2 ESB supports both local and distributed JMS transactions. You  You can use local transactions to group messages received in a JMS queue. Local transactions are not supported for messages sent to a JMS clientqueue.

...

Table of Contents
maxLevel3
minLevel3
locationtop
styleborder:1locationtop
typeflat
separatorpipe

...

Local Transaction

...

Code Block
<property name="SET_ROLLBACK_ONLY" value="true" scope="axis2"/>
Tip

If you are using a JMS Inbound endpoint for the transaction, set the scope of the SET_ROLLBACK_ONLY property to default as follows:

<property name="SET_ROLLBACK_ONLY" scope="default" type="STRING" value="true"/>

JMS Distributed Transaction

...