users@glassfish.java.net

Re: scheduled method stops running

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Fri, 01 Oct 2010 13:32:36 -0700

There is no option to completely ignore a failed redelivery. But you can
increase it via

'asadmin set
configs.config.server-config.ejb-container.ejb-timer-service.max-redeliveries=XXX'

-marina

Glenn Holmer wrote:
> On Fri, 2010-10-01 at 12:44 -0700, Marina Vatkina wrote:
>
>> I'll be interested in learning what could have happen :)
>>
>
> This page:
>
> http://docs.sun.com/app/docs/doc/820-7695/beahw?l=en&a=view
>
> suggests that various timer settings can be changed, e.g. maximum
> redeliveries. How can we change these settings so that a failed delivery
> will not cancel the timer?
>
>