Re: Delayed messages block queue

2020-03-26 Thread areddy
Thank you Tim Bain. I created a ticket https://issues.apache.org/jira/browse/AMQ-7456 -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Delayed messages block queue

2020-03-25 Thread Tim Bain
This definitely sounds like a bug. Can you please submit a bug report for it in JIRA? Thanks, Tim On Wed, Mar 25, 2020, 6:57 PM areddy wrote: > The messages with a delay header are delivered once, after the delay > period, > as expected. But when they are rejected by the consumer, they just

Re: Delayed messages block queue

2020-03-25 Thread areddy
The messages with a delay header are delivered once, after the delay period, as expected. But when they are rejected by the consumer, they just sit on the queue and block all newer messages. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Delayed messages block queue

2020-03-25 Thread Tim Bain
Can you tell, is the message getting redelivered at all? I'd have expected it to be redelivered several times and then move to the DLQ, so if that's not happening, that might be a thread to pull... Tim On Wed, Mar 25, 2020, 7:11 AM areddy wrote: > *Redelivery policy * > >

Re: Delayed messages block queue

2020-03-25 Thread areddy
*Redelivery policy * I'm using Activemq *v5.15.8* -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Delayed messages block queue

2020-03-25 Thread brusdev
Hi areddy, which activemq version are you using? Can you share your redeliveryPolicy? Regards, Domenico -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html