|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.broker.BrokerFactory
public final class BrokerFactory
A helper class to create a fully configured broker service using a URI. The list of currently supported URI syntaxes is described here
| Method Summary | |
|---|---|
static BrokerService |
createBroker(String brokerURI)
Creates a broker from a URI configuration |
static BrokerService |
createBroker(String brokerURI,
boolean startBroker)
Creates a broker from a URI configuration |
static BrokerService |
createBroker(URI brokerURI)
Creates a broker from a URI configuration |
static BrokerService |
createBroker(URI brokerURI,
boolean startBroker)
Creates a broker from a URI configuration |
static BrokerFactoryHandler |
createBrokerFactoryHandler(String type)
|
static boolean |
getStartDefault()
|
static void |
resetStartDefault()
|
static void |
setStartDefault(boolean startDefault)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BrokerFactoryHandler createBrokerFactoryHandler(String type)
throws IOException
IOException
public static BrokerService createBroker(URI brokerURI)
throws Exception
brokerURI - the URI scheme to configure the broker
Exception
public static BrokerService createBroker(URI brokerURI,
boolean startBroker)
throws Exception
brokerURI - the URI scheme to configure the brokerstartBroker - whether or not the broker should have its
BrokerService.start() method called after
construction
Exception
public static BrokerService createBroker(String brokerURI)
throws Exception
brokerURI - the URI scheme to configure the broker
Exception
public static BrokerService createBroker(String brokerURI,
boolean startBroker)
throws Exception
brokerURI - the URI scheme to configure the brokerstartBroker - whether or not the broker should have its
BrokerService.start() method called after
construction
Exceptionpublic static void setStartDefault(boolean startDefault)
public static void resetStartDefault()
public static boolean getStartDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||