Community

MDB Pool size configuration

reply from Brad Warren in EJB 3.0 - View the full discussion

@MessageDriven(
    activationConfig={

        ...
          @ActivationConfigProperty(propertyName="MaxPoolSize",propertyValue="50")
     }
)

 

 

Change "50" to whatever you want your pool size to be.

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community