Class BrokerFactory
- java.lang.Object
-
- org.apache.activemq.artemis.cli.factory.BrokerFactory
-
public class BrokerFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BrokerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BrokerDTOcreateBrokerConfiguration(String configuration, String artemisHome, String artemisInstance, URI artemisURIInstance)static BrokercreateServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback)
-
-
-
Method Detail
-
createBrokerConfiguration
public static BrokerDTO createBrokerConfiguration(String configuration, String artemisHome, String artemisInstance, URI artemisURIInstance) throws Exception
- Throws:
Exception
-
createServer
public static Broker createServer(ServerDTO brokerDTO, ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback) throws Exception
- Throws:
Exception
-
-