Hi, thanks for answer. I will try the configuration you proposed later. But today I noticed that the number of messages left in the queue is exactly the same as the number of messages dispatched to consumers.
5056 messages left in queue when I list queue connections from http://localhost:8161/admin/queueConsumers.jsp? And make sum of make a sum of "Dispatched Queue", I get the exactly same number! 5056 I will try to set the prefetch limit to minimum and test again, but that will probably lower performance significantly. Could this be a fault at our consumer implementation? We are using connectionFactory.setNonBlockingRedelivery(true); connectionFactory.setRedeliveryPolicy(policy); -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-9-stuck-messages-on-store-full-tp4674917p4674955.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
