6 Replies Latest reply on Jun 2, 2010 3:41 AM by timfox

    changed PoolSize for MDB of 10 result always to 15 Consumer on the Queue

      Hi,

       

      i changed the default PoolSize of MDB's deployed in JBoss 5.1.0.GA to a Value of 10.

      I configured this in server/xxx/deploy/ejb3-interceptors-aop.xml. I can see the configured MaxPoolSize in the MBean of the MDB. The Value of MaxPoolSize is 10. When i look in the MBean of the Queue, on which the MDB is consuming, i have 15 Consumer.

       

      I think the Problem is that the HornetQActivationSpec will be initialised with a maxSession of 15, and this Value is never overridden.

       

      Can you check this?

       

      Thanks

      Werner