Interface JMSBridgeMBean

    • Method Detail

      • getName

        String getName()
        Get the bridge name
      • start

        void start()
        Start the JMS bridge
      • stop

        void stop()
        Stop the JMS bridge
      • isStarted

        boolean isStarted()
        Test if the bridge is started
      • getForwardedMessages

        long getForwardedMessages()
        Get the number of forwarded messages
      • getFailures

        long getFailures()
        Get the number of bridge failures
      • resetStats

        void resetStats()
        Reset bridge statistics