07-25-07 12:22 PM
Unfortunately, I do not believe that the retry interval is configurable on
the default messaging provider/activation specifications.
Hopefully someone else can point you at some workarounds. The only one I
can think of is for the MDB code to pause before throwing an exception that
would cause the mesasge to be redelivered, but EJBs should not really be
messing with threads and sleeping.
--
Martin Phillips
mphillip at uk.ibm.com
<rahul_mishra02@infosys.com> wrote in message
news:139550606.1185312429303.JavaMail.wassrvr@ltsgwas009.sby.ibm.com...
> Hi,
>
> Is it possible to configure a message retry interval if i am using the
> default messaging server (embedded) in Websphere 6.My MDB's use JCA 1.5
> Activation Specs (and not listener ports) , i do see an option to
> configure Retry count but not a retry interval. I also see some
> recommendations on configuring retry intervals for Listener ports but
> never a configuration if my MDB uses Activation Specifications
>
> Is is possible to do it? If yes, any pointers shall be highly appreciated
>
> If not, any workaround pointers?
>
> Thanks,
> Rahul
[ Post a follow-up to this message ]
|