Good day!

I have a such interesting problem:
- MDB gets messages from queue and stores them in database;

But what happens when database server was stopped? My MDB invokes 
context.setRollbackOnly() and MDB container tries to REDELIVER message N times 
and after it deliver message to dead queue (DLQ).

This redelivery interval is very short and if we set big redelivery counts (for 
example 10000) JBoss MDB container can really consume a lot of memory.

Really, I want that container try to redeliver with some pause until datasource 
would be working.

I read all JBoss4 MDB config params and didn't find any param to set REDELIVERY 
pause.

Please help.  


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906523#3906523

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906523


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to