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.
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBrokerFactory
public DefaultBrokerFactory()
createBroker
public BrokerService createBroker(URI brokerURI)
throws Exception
- Specified by:
createBroker
in interface BrokerFactoryHandler
- Throws:
Exception
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.