I was able to limit the number of threads by setting the consumerType to simple and the taskExecutor to a spring ThreadPoolTaskExecutor bean that I created. I didn't use the ThreadPoolProfile class.
I hope this helps. On 24/11/2011 22:19, "Jason Dillon" <[email protected]> wrote: >rType(ConsumerType.Simple); >ActiveMQComponent jms = new ActiveMQComponent(jmsConfig); >
