0 Replies Latest reply on Apr 11, 2011 3:02 PM by komyg

    JBoss Messaging Connection Pool

    komyg

      Hi,

       

      I have developed a Web Service using JBossWS 3.1.1 GA and hosted it on a JBoss 4.2.3 GA (this server also contains a JBoss Messaging 1.4.5 GA). This Web Service also connects to a JMS queue that is hosted on another JBoss 5.1.

       

      This Web Service was developed in a way that everytime one of its methods is called a new connection to the JMS queue is created, however this process is slowing down the whole application, therefore I was wondering if there is a way to create a connection pool that holds several opened connections to the JMS queue.

       

      Does JBoss have any connection pool solution for a JMS queue client hosted inside a Web Service container?

       

      Thanks,

      Komyg