0 Replies Latest reply on Jun 4, 2012 11:58 AM by sd_rc

    maxPoolSize in JMS queue

    sd_rc

      Hi,

       

      I am using JBoss version 7.1.1 and I am using message driven beans in my application. I wish

      to configure the number of threads that service the JMS queue.

      I believe that the maxPoolSize value determines the number of threads that service the incoming messages

      on the JMS queue which I have set to 1. However, when I run my code I see more than one thread on the eclipse console. What is

      the parameter that determines the maximum number of threads? And what exactly does a 'session' mean? Because

      the value for maxSessions is set to 1.