[jboss-user] [Spring Integration] - Spring DefaultMessageListenerContainer with ActiveMQ and Jbo

2009-12-07 Thread abhi1317
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 consumer

[jboss-user] [Spring Integration] - Re: Spring DefaultMessageListenerContainer with ActiveMQ and

2009-12-07 Thread abhi1317
I am using following tags in spring config bean id="listenerContainer" class="org.springframework.jms.listener.DefaultMessageListenerContainer"> property name="connectionFactory" ref="MyCF" /> property name="destination" ref="MyPostQueue" /> property name="messageListener" ref="MyPojo" /> property