Pooling of JMS connections is handled by the JMS JCA adapter *not* JBoss Messaging.
The JBoss JMS RA only works in the app server / servlet container, it does not work
standalone. There are other JMS JCA adapters that do work standalone (google)
If you want XA transactions on the client side, you will also need a transaction manager
on the client side plus a recovery manager.
You're half way to requiring an app server on the client side!
If that's what you really need then you could deploy a stripped down version of JBoss
AS on the client side.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221193#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...