Class ActiveMQServers
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.ActiveMQServers
-
public final class ActiveMQServers extends Object
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
-
-
-
Method Detail
-
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, boolean enablePersistence)
-
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config)
-
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence)
-
newActiveMQServer
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer)
-
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)
-
-