users@glassfish.java.net

Re: JMS retry count setting?

From: <glassfish_at_javadesktop.org>
Date: Mon, 12 Mar 2007 03:31:19 PST

The default RedeliveryAttempts would be 3, if you want to change it, please add the activation spec property in the mdb deployment descriptor

<activation-config-property> <activation-config-property-name>RedeliveryAttempts</activation-config-property-name> <activation-config-property-value>2</activation-config-property-value>
</activation-config-property>
[Message sent by forum member 'rampsarathy' (rampsarathy)]

http://forums.java.net/jive/thread.jspa?messageID=207391