users@glassfish.java.net

Re: JMS message redelivery limit and delay

From: Amy Kang <amy.kang_at_oracle.com>
Date: Fri, 11 Feb 2011 12:00:14 -0800

Please see following forum discussion
http://forums.oracle.com/forums/thread.jspa?threadID=2130193&tstart=0

amy

On 02/11/2011 08:44 AM, Theodor Richard wrote:
> Is there a way to configure a message redelivery limit and delay
> between retrials in Glassfish's JMS implementation. According to this
> JIRA issue http://java.net/jira/browse/MQ-23, it is not possible. But
> how do you deal with messages that will likely never successfully
> processed. Currently, OpenMQ immediately tries to resend the message
> for an unlimited number of times, which leads to a very high server
> load. I'm looking for a way to configure exponential backoff for
> redelivery attempts.
>
> Thanks,
> Theodor
>