1 Reply Latest reply on Feb 20, 2008 10:37 AM by adrian.brock

    JMS Connection pooling

    csamguy

      Hi,
      I have a questions about Topic / Queue connection pooling in JBoss. I am using JBoss AS v4.0.2.

      Now to the best of my knowledge, A JMS Connection is not a lightweight object for creation. If I create and close a Connection every time i send a Message, it will significantly slow down operations. My question is that whether JBoss provides Connection pooling facility for JMS Topic / Queue Connections by default or not.