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

jaabax do-not-reply at jboss.com
Fri Sep 30 09:51:33 EDT 2011


jaabax [http://community.jboss.org/people/jaabax] created the discussion

"Re: MDB Pool size configuration"

To view the discussion, visit: http://community.jboss.org/message/629572#629572

--------------------------------------------------------------
I found that:
{code}
...
@MessageDriven(
...
     @ActivationConfigProperty(propertyName = "maxSession", propertyValue = "100") })
@Pool(value = PoolDefaults.POOL_IMPLEMENTATION_THREADLOCAL, maxSize = 100, timeout = 10000)
...
{code}
have the same effect as:
{code}
...
@Pool(value = PoolDefaults.POOL_IMPLEMENTATION_STRICTMAX, maxSize = 100, timeout = 10000)
...
{code}
can somebody explain us with more details the differences between both approaches?
thanks in advance
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/629572#629572]

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/20110930/157f427a/attachment.html 


More information about the jboss-user mailing list