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 client. queue. Local transactions are not supported for messages sent to a JMS queue.
...
Table of Contents | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
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 <property name="SET_ROLLBACK_ONLY" scope="default" type="STRING" value="true"/> |
JMS Distributed Transaction
...