[jboss-user] [Messaging, JMS & JBossMQ] - Re: Memory leak

genman do-not-reply at jboss.com
Fri Aug 25 14:35:32 EDT 2006


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

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



More information about the jboss-user mailing list