2 Replies Latest reply on Nov 8, 2005 10:19 AM by adrian.brock

    Limiting MDB pool size

    madeonmoon

      Hello all,

      I was under the impression that in order to limit my mdb pool size to the strict max of 25, all I had to do was to set the container-pool-conf elements:

      <container-pool-conf>
      25
      true
      15000
      </container-pool-conf>

      However, once deployed and bombarded with jms messages, the pool never grows beyond 15 (accroding to jmx-console monitoring). I looked into the strandardjboss.xml further and realized that there is also <invoker-proxy-binding> for message-driven-beans which specifies

      <proxy-factory-config>
      ...
      1
      15
      30000
      1
      ...

      Can someone explain (or point me to comprehensive docs on the subject) what the difference is between setting the container-pool-conf.MaximumSize and proxy-factory-config.MaximumSize?

      Thanks a lot
      James