After some more investigation and testing it seems that I have another problem here. All the messages are now properly delivered, but failed retries seems to block consumers untill the message is delivered or out of retries and consumers do not handle new messages. I thought that setting setNonBlockingRedelivery(true); should solve this issue, but its not working.
I need that retries do not block other messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-9-stuck-messages-on-store-full-tp4674917p4674986.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
