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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to