I need to send several jms messages to different remote queues (behind a firewall) from one MDB in a XA transaction. I got it working with BMT and the UILXAConnectionFactory. However, if I use CMT I have to use the java:/JmsXA ConnectionFactory which seems to be using the JVMServerILService. Hence, I cannot send messages to remote queues (they are sent to local queues if they exist on the local JBoss or produce an exception if not).
BTW: I'm using 3.2.2beta on linux
My questions:
- Is it possible to enlist XAResources explicitly with CMT. (Then I could use the UILXAConnectionFactory as in my BMT example)
- Can I tell the java:/JmsXA to use the UIL protocol and to access remote queues?
- What is the proposed solution for my problem? (Writing an own MDB container as propsed by Hiram in another thread - AFAIS this should do the trick)
Thnks,
Dietmar------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
