So the problem disappeared after I set the queue prefetch to one on consumer
connection factory:

ActiveMQPrefetchPolicy prefetchPolicy =
connectionFactory.getPrefetchPolicy();
    prefetchPolicy.setQueuePrefetch(1);
    connectionFactory.setPrefetchPolicy(prefetchPolicy);

So my problem is solved and all messages are now properly delivered. But I
still wonder whether this is a bug in  ActiveMq?



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMq-5-9-stuck-messages-on-store-full-tp4674917p4674985.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to