Community

MDB Pool size configuration

reply from Hrdayesh P in EJB 3.0 - View the full discussion

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

Start a new discussion in EJB 3.0 at Community