Community

MDB Pool size configuration

reply from Rajasekhar Devi Reddy in EJB 3.0 - View the full discussion

Thanks for the post. I had the same problem and using both

 

 

@PoolClass(value = org.jboss.ejb3.StrictMaxPool.class, maxSize = 30)

 

 

and

 

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

 

 

Helped me.

 

Thank you

Raj

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community