1 Reply Latest reply on Jan 16, 2009 3:29 AM by jmesnil

    int type is unsuitable : MessageCounter.getCount()

      Hi JBoss Team!

      I'm running JBoss Messaging with JBM statistics via JMX. Major monitoring points are total message count since startup and getting current message count.
      http://www.javapattern.info/attach/1/1128702652.jpg

      Our transaction volume is over 5 millions message per day, however getCount() and getMessageCount() are int type. I think int type is not enough for current suitation.

      Could you change this?