[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-07-20 Thread jbmuser
Hi Tim, Can we expect this feature in next release? We are eagerly waiting here for this. Or if you can point us to a workaround (if any) that would be great. Thanks in advance Bijith View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244303#4244303 Reply to the

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-07-10 Thread timfox
There are other ways we could implement this, e.g. we could store a record in the bindings journal which has the count, and checkpoint this every X records paged and at shutdown. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242762#4242762 Reply to the post

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-07-09 Thread jbmuser
Hi Clebert, Is it possible to implement your option 2 - We could have a counter at Address level, but as soon as we restart the system we would need to read all the page files to re-establish those counters. . This feature is important in my project (I guess for any project) as our support

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-06-30 Thread jbmuser
Hi Tim, Is it possible to provide an ETA for this feature? Thanks Bijith View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240989#4240989 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240989

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-06-30 Thread clebert.suco...@jboss.com
BTW, we don't know how many messages are stored at the paging system. We could easily find how many files, or how many bytes are stored.. but not the number of messages. We could have a counter at Address level, but as soon as we restart the system we would need to read all the page files to

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-06-24 Thread jbmuser
Hi Tim, Just added a request in JIRA. https://jira.jboss.org/jira/browse/JBMESSAGING-1666 Bijith Kumar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239613#4239613 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239613

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-06-20 Thread timfox
In JBM 2.0 messages are paged to disk _before_ they are routed in the postoffice, i.e. paging is a stage before routing. Therefore any messages that are paged to disk are not in any queues yet. That's why you don't see them on the queue message count. Perhaps we should add a messageCount