Hi Rob, setting prefetch to 0 yielded the same results. In the direct listener (using AMQ API), I saw no change in the behavior. In the DMLC spring listener, I set concurrency to 5-5 instead of 10 (to set the min and max to be the same instead of only setting the max) and I set the destination to "test-queue?consumer.prefetchSize=0" and I see 5 messages dispatched concurrently, instead of the expected 3 (1 per group)
Thanks, Sharath rajdavies wrote: > > Do you get the same results when the prefetch is zero? - see > http://activemq.apache.org/what-is-the-prefetch-limit-for.html > to see how to set prefetch limits > > cheers, > > Rob > > Rob Davies > http://fusesource.com > http://rajdavies.blogspot.com/ > > -- View this message in context: http://www.nabble.com/message-grouping-not-working--tp20627785p20816911.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
