[jboss-user] [JBoss Messaging] - Exponential back of period - redeliver delay
idhira
do-not-reply at jboss.com
Thu Nov 6 16:26:27 EST 2008
I basically need a message to be redelivered right away or within (1-2) seconds, so I set that attribute on the queue accordingly.
Scenario:
In an MDB, say that I am trying to persist a message to the db but the db goes down. The db will most probably not come back up by the time the message is redelivered and thus result in the message to eventually go into the DLQ.
Is there a way to avoid this by configuring an exponential back off period or assign a message associated redeliver delay? If this is not possible, is it wise to requeue the message from the mdb and supply a scheduled time for delivery?
I am using JBoss Messaging 1.4.0.SP3 with JBoss AS 4.2.3
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187539#4187539
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187539
More information about the jboss-user
mailing list