No. Because that would require both databases to be XA and JBossMQ to use
XA/JTA (two phase commit) internally on the two persistence managers.
The jDBC2 PersistenceManager is not designed to do this.
XA is implemented at the JMS Session level so you can do it with two different
JBossMQ instances. But then you are back to having to know which ConnectionFactory
needs to be used for which destination.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038384#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...