[jboss-user] [EJB3] - Re: MDB Pool size configuration

Martín Urtasun do-not-reply at jboss.com
Thu Nov 25 11:01:31 EST 2010


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&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101125/605a7fe5/attachment.html 


More information about the jboss-user mailing list