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

Delayed messages block queue

2020-03-24 Thread areddy
Hello, I am using AMQP clients to produce/consume from an activemq queue. The queue has a redeliveryPolicy defined. When a scheduled message (x-opt-delivery-delay header) is enqueued, and the message is rejected by the consumer, these messages seem to exist on the queue forever and block any