An additional observation: The size of the dispacthed queue seems also to be equal the (largest) number of messages I received in a row. E.g. if I received 5 message the webconsole looks like this:
"Enqueues 10; Dequeues 5; Dispatched 10; Dispatched Queue 5" If I receive 10 messages later from the same consumer: "Enqueues 25; Dequeues 15; Dispatched 25; Dispatched Queue 10" Also, there always seem to be exactly 2 consumers (for one receiving) VM. Don't know if that's important, I guess that's a Spring SingleConnectionFactory 'magic' -- View this message in context: http://old.nabble.com/Problem-with-%27dispatched-queue%27-tp27223270p27226129.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.