Message order delivery and redelivery

2014-05-02 Thread gllambi
Hi guys! I have queue for delivery of messages in order with one producer and one event-driven consumer. I also have a redelivery policy attach to this queue (with nonBlockingRedelivery=false) and I have a question with this scenario: 1. queue receives a message M1 2. queue sends message M1 to

Re: Competing consumers + redelivery policy

2013-12-23 Thread gllambi
Sorry Tuly, my mistake! I'm a bit new with AMQ :( now with the nonBlockingRedelivery property is redelivery of messages doesn't affect the normal delivery. Unfortunatelly, now I've got another related issue: the exponential backoff does not work well I'm using AMQ 5.7 and here's my config:

Competing consumers + redelivery policy

2013-12-20 Thread gllambi
Hi guys! Is there a way to define a thread pool for normal message delivery and another thread pool for message redelivery? I have a queue + redelivery policy and when three messages get locked for redelivery, no new messages are send by normal message delivery. I'm using AMQ with spring

Re: Competing consumers + redelivery policy

2013-12-20 Thread gllambi
Hi tully! I tried the nonBlockingRedelivery=true and now it deliver but it doesn't take care about the redelivery policy. there was a comment made by Michael Piotrowski that explains the same problem. This issue was solved? Thanks! -- View this message in context: