These no longer work and throw a warning. How do I increase default MDB
capacities?

system.properties:

Default\ JMS\ Resource\ Adapter.ThreadPoolSize=100
Default\ MDB\ Container.InstanceLimit=100

MDB:

@MessageDriven(activationConfig = {
    @ActivationConfigProperty(propertyName = "maxSessions", propertyValue
            = "100"),
    @ActivationConfigProperty(propertyName = "maxMessagesPerSessions",
            propertyValue = "100")})




--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/TomEE-7-0-0-M1-JMS-thread-pool-size-instance-limit-properties-changed-tp4677263.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to