Class ActiveMQServers
java.lang.Object
org.apache.activemq.artemis.core.server.ActiveMQServers
ActiveMQServers is a factory class for instantiating ActiveMQServer instances.
This class should be used when you want to instantiate an ActiveMQServer instance for embedding in your own application, as opposed to directly instantiating an implementing instance.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActiveMQServernewActiveMQServer(String configURL, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager) static ActiveMQServernewActiveMQServer(Configuration config) static ActiveMQServernewActiveMQServer(Configuration config, boolean enablePersistence) static ActiveMQServernewActiveMQServer(Configuration config, String defUser, String defPass) static ActiveMQServernewActiveMQServer(Configuration config, MBeanServer mbeanServer) static ActiveMQServernewActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence) static ActiveMQServernewActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence, String user, String password) static ActiveMQServernewActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager) static ActiveMQServernewActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, boolean enablePersistence)
-
Method Details
-
newActiveMQServer
-
newActiveMQServer
-
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence) -
newActiveMQServer
-
newActiveMQServer
public static ActiveMQServer newActiveMQServer(String configURL, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager) throws Exception - Throws:
Exception
-
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager) -
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, boolean enablePersistence) -
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, String defUser, String defPass) -
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence, String user, String password)
-