Interface Broker

All Superinterfaces:
org.apache.activemq.artemis.core.server.ActiveMQComponent, org.apache.activemq.artemis.core.server.ServiceComponent
All Known Implementing Classes:
FileBroker

public interface Broker extends org.apache.activemq.artemis.core.server.ServiceComponent
A Broker os a set of ActiveMQComponents that create a Server, for instance core and jms.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.apache.activemq.artemis.core.server.ActiveMQServer
     

    Methods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent

    asyncStop, isStarted, start, stop

    Methods inherited from interface org.apache.activemq.artemis.core.server.ServiceComponent

    stop
  • Method Details

    • createComponents

      void createComponents() throws Exception
      Throws:
      Exception
    • getServer

      org.apache.activemq.artemis.core.server.ActiveMQServer getServer()