2 Replies Latest reply on Aug 22, 2011 2:15 AM by hushen.savani

    Check Pool Size of MDB

    hushen.savani

      Hi,

       

           I have a MDB listening to a HornetQ. I have changed its Pool Size by placing following annotations in my MDB Implementation:

       

          @ActivationConfigProperty(propertyName = "maxSession", propertyValue = "200")

                           @Pool(value=org.jboss.ejb3.annotation.defaults.PoolDefaults.POOL_IMPLEMENTATION_STRICTMAX,maxSize=200,timeout=100000)

       

           Now, where and how can I check/varify the status of the Pool Size of this MDB?

       

      Pl. help on the same. Thank you.