|
Home > Archive > WebSphere Application Server > September 2006 > WAS 6: embedded jms messaging provider and transactions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WAS 6: embedded jms messaging provider and transactions
|
|
|
| My question is: does the embedded jms messaging provider (Service Integration Bus) support distributed transactions?If yes, there's some parameter to set in the SIB configuration?
This question arise from the fact that I have to do the following operations in the same Unit Of Work:
- insert in a database (which supports XA transaction)
- send a message to a queue
Thank you in advance
| |
| Paul Ilechko 2006-09-25, 1:30 pm |
| marzomauro@libero.it wrote:
> My question is: does the embedded jms messaging provider (Service
> Integration Bus) support distributed transactions?
Yes. XA is supported by default.
|
|
|
|
|