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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...