[jboss-user] [EJB 3.0] - MDB Pool size configuration

Hrdayesh P do-not-reply at jboss.com
Tue Apr 6 18:57:26 EDT 2010


Hrdayesh P [http://community.jboss.org/people/hrpatel] replied to the discussion

"MDB Pool size configuration"

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

--------------------------------------------------------------
Thanks Brad!

Adding 'maxSession' did the trick for me.

@MessageDriven(
    activationConfig={
        ...
          @ActivationConfigProperty(propertyName="maxSession",propertyValue="50")
     }
)


I tried using *MaxPoolSize* as you suggested but i got the following error:

No property found for: MaxPoolSize on JavaBean: org.jboss.resource.adapter.jms.inflow.JmsActivationSpec


--------------------------------------------------------------

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

Start a new discussion in EJB 3.0 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/20100406/4bd727b2/attachment.html 


More information about the jboss-user mailing list