JBoss Community

Check Pool Size of MDB

created by Hushen Savani in EJB3 - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in EJB3 at Community