I am using MDB and EJB3 in GalssFish server. I have a secnario where i have to use "endpointExceptionRedeliveryAttempts" property with value of "3" in @ActivationConfig.
Here is the Question: when i am using
@ActivationConfigProperty(propertyName = "sendUndeliverableMsgsToDMQ", propertyValue = "true"),
@ActivationConfigProperty(propertyName = "endpointExceptionRedeliveryAttempts", propertyValue = "3"),
"endpointExceptionRedeliveryAttempts" value is not getting reflected when my program is thows RunTimeException it should retry for 3 times and then message to moves to DMQ which is not happening..
Please suggest me ! Is there other property which i have to use?
I have isntalled glassfish version of glassfish-installer-v2ur2-b04-windows.jar
-thanks
[Message sent by forum member 'nkishorech' (nkishorech)]
http://forums.java.net/jive/thread.jspa?messageID=283431