Hi,
When i configured like this
<jms:listener-container concurrency="1" destination-type="queue">
<jms:listener id="QListener" destination="dataQ" ref="qListener"
method="onMessage"/>
</jms:listener-container>
I am expecting to create only one listener to consume queue message in the
order. But it 2 listeners are creating and consuming the queue messages
leads to message disorder.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/spring-jms-listener-container-with-concurrency-1-tp4667062.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.