Martín Urtasun [
http://community.jboss.org/people/letincho] created the discussion
"Re: MDB Pool size configuration"
To view the discussion, visit:
http://community.jboss.org/message/573052#573052
--------------------------------------------------------------
Hi,
I'm using JBoss 5.1. This configuration has worked for me:
@ActivationConfigProperty(propertyName = "maxSession", propertyValue =
"50")})
@Pool (value=PoolDefaults.POOL_IMPLEMENTATION_STRICTMAX,maxSize=50,timeout=20000)
@ActivationConfigProperty(propertyName = "maxSession", propertyValue =
"50")})
@Pool (value=PoolDefaults.POOL_IMPLEMENTATION_STRICTMAX,maxSize=50,timeout=20000)
@PoolClass is an attribute for JBoss 4. In JBoss 5 it was replaced by @Pool.
Bye,
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/573052#573052]
Start a new discussion in EJB3 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]