[jboss-user] [JBoss Messaging Users] - Re: How can I find out the in-process message count for Queu

2009-11-16 Thread rbenko
Thanks for your replies, gaohoward - nice to know that someone is out there with at least a passing interest in this question!! :-) I've tried the getDeliveringCount(), but it doesn't seem like it is exactly the same - I need to perform a few more tests to verify. I believe what you said abo

[jboss-user] [JBoss Messaging Users] - Re: How can I find out the in-process message count for Queu

2009-11-15 Thread gaohoward
getDeliveringCount() returns the number of messages in the queue that is being delivered but not acknowledged yet. I think this is the equivalent to getInProcessMessageCount(). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265784#4265784 Reply to the po

[jboss-user] [JBoss Messaging Users] - Re: How can I find out the in-process message count for Queu

2009-11-15 Thread gaohoward
In JBM 1.x, we have a getMessageCount() bean method. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265766#4265766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265766 ___