[jboss-user] [Messaging, JMS & JBossMQ] - Re: Multiple persistence strategies in jbossMQ

adrian@jboss.org do-not-reply at jboss.com
Wed Apr 18 09:19:31 EDT 2007


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#4038384

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038384



More information about the jboss-user mailing list