Package org.apache.activemq.broker
Class DefaultBrokerFactory
- java.lang.Object
-
- org.apache.activemq.broker.DefaultBrokerFactory
-
- All Implemented Interfaces:
BrokerFactoryHandler
public class DefaultBrokerFactory extends Object implements BrokerFactoryHandler
Simple BrokerFactorySPI which using the brokerURI to extract the configuration parameters for the broker service. This directly configures the pojo model so there is no dependency on spring for configuration.
-
-
Constructor Summary
Constructors Constructor Description DefaultBrokerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrokerService
createBroker(URI brokerURI)
-
-
-
Method Detail
-
createBroker
public BrokerService createBroker(URI brokerURI) throws Exception
- Specified by:
createBroker
in interfaceBrokerFactoryHandler
- Throws:
Exception
-
-