Interface ActiveMQComponentControl

All Known Subinterfaces:
AcceptorControl, BaseBroadcastGroupControl, BridgeControl, BroadcastGroupControl, BrokerConnectionControl, ClusterConnectionControl, JGroupsChannelBroadcastGroupControl, JGroupsFileBroadcastGroupControl

public interface ActiveMQComponentControl
An ActiveMQComponentControl is used to manage the life cycle of an ActiveMQ Artemis component.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if this component is started, false else.
    void
    Starts this component.
    void
    Stops this component.
  • Method Details

    • isStarted

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

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

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