A queue is not an active comsumer, it's just a passiv data storage. Message consumation is always initiated by a JMS client via receive call.
The fact that there are unconsumed messages in the file store that do not get properly forwarded to your MDB (this is the active JMS receiver) might indicate a message restore to queue problem on server restart. You should turn on log4j debug/trace output for the JBoss MQ subsystem (org.jboss.mq) and have a look into your server.log file on server startup. Check the log output for your queue deployment. There you should find some information - hopefully - about the actual count of restored messages. BTW: Have your tried to use a JMS JDBC persistence manager configuration. This is much more reliable than usage of the file based JMS persistence manager. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881051#3881051 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881051 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
