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.
Modifier and Type | Method and Description |
---|---|
static ActiveMQServer |
newActiveMQServer(Configuration config) |
static ActiveMQServer |
newActiveMQServer(Configuration config,
boolean enablePersistence) |
static ActiveMQServer |
newActiveMQServer(Configuration config,
MBeanServer mbeanServer) |
static ActiveMQServer |
newActiveMQServer(Configuration config,
MBeanServer mbeanServer,
ActiveMQSecurityManager securityManager) |
static ActiveMQServer |
newActiveMQServer(Configuration config,
MBeanServer mbeanServer,
ActiveMQSecurityManager securityManager,
boolean enablePersistence) |
static ActiveMQServer |
newActiveMQServer(Configuration config,
MBeanServer mbeanServer,
boolean enablePersistence) |
static ActiveMQServer |
newActiveMQServer(Configuration config,
MBeanServer mbeanServer,
boolean enablePersistence,
String user,
String password) |
static ActiveMQServer |
newActiveMQServer(Configuration config,
String defUser,
String defPass) |
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(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 © 2016 The Apache Software Foundation. All rights reserved.