Despite this thread explaining that a dead consumer is detected within 2 minutes (and his unacked messages are marked for redelivery) ...
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=60583 i have messages, that only get marked for redelivery after restarting jboss (or the queue). I think it has something to do with the http-layer i use in between, maybe i didn't get it right: in uil-service there's a read timeout of 2 minutes (120000), in the queue the redeliveryTimeout is 0, and limit -1 in HTTPServerILService i have pingPeriod 0, timeout 60, restinterval 0. Appearently this combination does not mark messages for redelivery if they are not acked within 2 minutes, using http for communication layer. Why? I am aware of the fact that redelivery itself is only triggered by calling recover(). I'm using jboss 4.0.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908898#3908898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908898 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
