Interface ActiveMQComponentControl

    • Method Detail

      • isStarted

        boolean isStarted()
        Returns true if this component is started, false else.
      • start

        void start()
            throws java.lang.Exception
        Starts this component.
        Throws:
        java.lang.Exception
      • stop

        void stop()
           throws java.lang.Exception
        Stops this component.
        Throws:
        java.lang.Exception