It's recommended practice to use JCA (i.e. java:/JmsXA ) for all your in-server
messaging. Using JCA will guard against resource leakage in your own code.
It's also better practice code against a generic entity (JNDI entry) than a particular
provider name.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967555#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...