Interface AcquisitionQueueMBean

    • Method Detail

      • getAcquiredMsgCount

        long getAcquiredMsgCount()
        Returns the number of messages acquired by the acquisition handler. Be careful this counter is reseted at each time the server starts.
        Returns:
        the number of messages acquired by the acquisition handler.
      • getHandledMsgCount

        long getHandledMsgCount()
        Returns the number of acquired messages processed by the destination.
        Returns:
        the number of acquired messages processed by the destination.
      • getDiffMax

        long getDiffMax()
        Returns the maximum number of acquired messages waiting to be handled by the destination. When the number of messages waiting to be handled is greater the acquisition handler is temporarily stopped.
        Returns:
        the maximum number of acquired messages waiting to be handled by the destination.
      • getDiffMin

        long getDiffMin()
        Returns the minimum threshold of acquired messages waiting to be handled by the destination for restarting the acquisition handler.
        Returns:
        the minimum threshold of acquired messages waiting to be handled by the destination.
      • getPendingMax

        long getPendingMax()
        Returns the maximum number of waiting messages in the destination. When the number of waiting messages is greater the acquisition handler is temporarily stopped.
        Returns:
        the maximum number of waiting messages in the destination.
      • getPendingMin

        long getPendingMin()
        Returns the minimum threshold of waiting messages in the destination for restarting the acquisition handler.
        Returns:
        the minimum threshold of waiting messages in the destination.
      • dumpProperties

        String dumpProperties()
      • isHandlerRunning

        boolean isHandlerRunning()
        Returns the acquisition handler status.
        Returns:
        the acquisition handler status.
      • start

        void start()
        Starts the handler.
      • stop

        void stop()
        Stops the handler.