My min and max size parms are set to 100 for this. As in: <invoker-proxy-binding> <name>message-driven-bean</name> <invoker-mbean>default</invoker-mbean> <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory> <proxy-factory-config> <JMSProviderAdapterJNDI>DefaultJMSProvider</JMSProviderAdapterJNDI> <ServerSessionPoolFactoryJNDI>StdJMSPool</ServerSessionPoolFactoryJNDI> <CreateJBossMQDestination>true</CreateJBossMQDestination> <!-- WARN: Don't set this to zero until a bug in the pooled executor is fixed --> <MinimumSize>100</MinimumSize> <MaximumSize>100</MaximumSize>
But I also wonder if this even applies to MDBs in use with ActiveMQ, because there is also a line that says: CreateJBOSSMQDestination, when we are clearly not using JBossMQ. -- View this message in context: http://www.nabble.com/How-to-maximize-MDB-throughput-with-ActiveMQ-and-JBoss--tf3352104s2354.html#a9332639 Sent from the ActiveMQ - User mailing list archive at Nabble.com.