Excellent information. Thank you Gary!
-Original Message-
From: Gary Tully [mailto:gary.tu...@gmail.com]
Sent: Tuesday, September 18, 2012 3:02 AM
To: users@activemq.apache.org
Subject: Re: Intermittent delayed delivery
redelivery takes place on the consumer (client side only), so from
redelivery takes place on the consumer (client side only), so from the
broker perspective the messages is seen as inflight to a consumer.
Redelivery respects order, so a message pending redelivery with a
delay will pause delivery of later messages to that consumer.
Check in jconsole (jmx stats) t
us Ibsen [mailto:claus.ib...@gmail.com]
Sent: Friday, September 14, 2012 11:18 PM
To: users@activemq.apache.org
Subject: Re: Intermittent delayed delivery
The redelivery delay values seems high to me. Is this on purpose?
1080 mills is a high value
On Fri, Sep 14, 2012 at 8:03 PM, Ken DeLong wrote:
>
The redelivery delay values seems high to me. Is this on purpose?
1080 mills is a high value
On Fri, Sep 14, 2012 at 8:03 PM, Ken DeLong wrote:
> We are using ActiveMQ 5.5.1 as an embedded broker in our Spring 3.1.0
> application. We have enabled message redelivery. From time to time, we se
We are using ActiveMQ 5.5.1 as an embedded broker in our Spring 3.1.0
application. We have enabled message redelivery. From time to time, we see
messages that are sent to the queue, but are never delivered, or are delivered
hours later. We've gone through the posts on using Spring's JMS Templa