public final class ActiveMQServers extends Object
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.
public static ActiveMQServer newActiveMQServer(Configuration config, boolean enablePersistence)
public static ActiveMQServer newActiveMQServer(Configuration config)
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence)
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer)
public static ActiveMQServer newActiveMQServer(String configURL, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager) throws Exception
Exception
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager)
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, ActiveMQSecurityManager securityManager, boolean enablePersistence)
public static ActiveMQServer newActiveMQServer(Configuration config, String defUser, String defPass)
public static ActiveMQServer newActiveMQServer(Configuration config, MBeanServer mbeanServer, boolean enablePersistence, String user, String password)
Copyright © 2019 JBoss by Red Hat. All rights reserved.