Interface LocalQueueMBean

    • Method Detail

      • getSentToQueueCount

        long getSentToQueueCount()
        Get the number of messages sent to this queue (since startup or last reset)
      • getReceivedFromQueueCount

        long getReceivedFromQueueCount()
        Get the number of messages received from this queue (since startup or last reset)
      • getAcknowledgedGetCount

        long getAcknowledgedGetCount()
        Get the number of acknowledged get operations on this queue (since startup or last reset)
      • getRollbackedGetCount

        long getRollbackedGetCount()
        Get the number of rollbacked get operations on this queue (since startup or last reset)
      • getExpiredCount

        long getExpiredCount()
        Get the number of messages that were removed from this queue because they expired (since startup or last reset)
      • getStoreFullEventsCount

        long getStoreFullEventsCount()
        Get the number of times a message could not be stored because the queue store was full
      • getMemoryStoreUsage

        int getMemoryStoreUsage()
        Get the usage amount (%) for the memory store
      • getPersistentStoreUsage

        int getPersistentStoreUsage()
        Get the usage amount (%) for the memory store