2 Replies Latest reply on Dec 7, 2009 12:38 PM by alesj

    Spring DefaultMessageListenerContainer with ActiveMQ and Jbo

      I am using Spring2.5.5, ActiveMQ5.3, JBoss 5.1.

      I am using 10 concurrent cousumers in DefaultMessageListenerContainer










      The problem is that only one consumer gets invoked. I have tested it.

      Can somebody help me? I want
      1. if 10 messages (huge) come to my queue, the all the 10 consumers get invoked and complete the process.
      2. how can I increase this number as my number of messages increase i.e. how to pool ?