[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2007-01-03 Thread oglueck
In the loop you should check for Thread.interrupted() anyway. Plus you can register for a JMX notification about the shutdown. See http://docs.jboss.com/jbossas/javadoc/4.0.4/system/org/jboss/system/server/Server.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Shutdown and long-running MDB

2006-10-25 Thread newbi
Hello, I have the same problem, I need to implement a hook in the shutdown process to not wait for queues to process. Did you find a solution to your problem? rgds, newbi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980640#3980640 Reply to the post : ht