public class ActiveMQFactory
extends java.lang.Object
| Constructor and Description |
|---|
ActiveMQFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BrokerService |
createBroker(java.net.URI brokerURI) |
static java.lang.String |
getBrokerMetaFile()
Returns the prefix metafile name of the poperties file that ActiveMQ should be
provided with.
|
static java.util.Collection<BrokerService> |
getBrokers()
Returns a map of configured brokers.
|
static void |
setThreadProperties(java.util.Properties p) |
public static java.lang.String getBrokerMetaFile()
public static void setThreadProperties(java.util.Properties p)
public static BrokerService createBroker(java.net.URI brokerURI)
throws java.lang.Exception
java.lang.Exceptionpublic static java.util.Collection<BrokerService> getBrokers()
throws java.lang.Exception
java.lang.Exception - On error