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&...]