Class BrokerFactory
java.lang.Object
org.apache.activemq.artemis.cli.factory.BrokerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BrokerDTOcreateBrokerConfiguration(String configuration, String artemisHome, String artemisInstance, URI artemisURIInstance) static BrokercreateServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback)
-
Constructor Details
-
BrokerFactory
public BrokerFactory()
-
-
Method Details
-
createBrokerConfiguration
-
createServer
public static Broker createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) throws Exception - Throws:
Exception
-