1 Reply Latest reply on Apr 18, 2008 11:07 AM by ataylor

    measuring server-side message throughput

    mlange

      Is there an easy way to get a valid measurement of the current server-side throughput of the whole messaging server including all queues which are in use? I know that there are JMX attributes for monitoring queue sizes and histories but what about the total message throughput per second? As we are developing a system which receives high loads, it would be mandatory to monitor the overall performance. Is there a way? If not, are there interfaces which could be implemented to achieve that?

      Thanks!

        • 1. Re: measuring server-side message throughput
          ataylor

          Currently statistics can only be gathered on a queue by queue basis via the QueueService mbean.

          You can of course write you're own service that does looks up all the queues deployed and does this for you.

          In JBM2 which should be available towards the end of the year(alpha in the next few weeks) we have designed a much richer management interface.