[jboss-user] [JBoss Messaging] - Re: Any recommendation how to use JBM2 Producers Pool?

timfox do-not-reply at jboss.com
Tue Jul 14 04:57:56 EDT 2009


If you're servlets are running in the same AS instance as the broker and it's JBoss AS then you can just use the JMS JCA adapter to pool connections.

If it's not JBoss then you can share a ConnectionFactory (or ClientSessionFactory) instance between servlets - this will provide its own pooling of underlying connections.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243457#4243457

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



More information about the jboss-user mailing list