Interface LocalDestinationMBean

    • Method Detail

      • resetStats

        void resetStats()
        Reset statistics on this destination
      • getSize

        int getSize()
        Get the destination size (number of contained messages)
      • getRegisteredConsumersCount

        int getRegisteredConsumersCount()
        Get the number of currently registered consumers on this destination
      • getMinCommitTime

        long getMinCommitTime()
        Get the minimum commit time for this queue (milliseconds)
      • getMaxCommitTime

        long getMaxCommitTime()
        Get the maximum commit time for this queue (milliseconds)
      • getAverageCommitTime

        double getAverageCommitTime()
        Get the average commit time for this queue (milliseconds)