[jboss-user] [JBoss Messaging] - Re: Opening a new JMS session for an already existing transa
ataylor
do-not-reply at jboss.com
Thu Mar 5 03:55:36 EST 2009
If you are using an XASession then you can join an already running tx if you know the Xid, just specify the Join flags:
| XAResource res = xaSession.getXAResource();
| res.start(xid, XAResource.TMJOIN);
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215141#4215141
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215141
More information about the jboss-user
mailing list