-
XA Connection Factory (1 messages)
- Posted by: babu jayabalan
- Posted on: July 13 2005 01:23 EDT
Can any one give me an input to implement XA Connection Factory. We are supposed to implement two action, one action we are implementing it in BO(DB update) and the other one by calling JMS from BO. We want both the action to succeed. If any one fails, we want to roll back otherwise commmit.Threaded Messages (1)
- XA Connection Factory by James Strachan on July 14 2005 09:07 EDT
-
XA Connection Factory[ Go to top ]
- Posted by: James Strachan
- Posted on: July 14 2005 09:07 EDT
- in response to babu jayabalan
Can any one give me an input to implement XA Connection Factory. We are supposed to implement two action, one action we are implementing it in BO(DB update) and the other one by calling JMS from BO. We want both the action to succeed. If any one fails, we want to roll back otherwise commmit.
ActiveMQ fully implements XA if its any help...
http://activemq.org/
There's some useful FAQ entries on XA and transactions that might help...
http://activemq.org/JMS
James
LogicBlaze