Is there any way to configure a delay between retries of a transactional Message 
Driven Bean?  For our application, we want to retry on a resource failure (such as a 
database being down), but don't want the retry to be immediate (maybe retry every 5 
minutes).  Right now we have some code to queue these to a scheduled MBean, which then 
runs every 5 minutes, and requeues it back to the MDB pool.  I would really like to 
eliminate this code if possible in favor of a single config parameter, or if not, at 
least simply a reasonable amount of XML config.

Thanks! 

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826543#3826543";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826543>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to