org.apache.activemq.broker
Class DefaultBrokerFactory

java.lang.Object
  extended by org.apache.activemq.broker.DefaultBrokerFactory
All Implemented Interfaces:
BrokerFactory.BrokerFactoryHandler

public class DefaultBrokerFactory
extends java.lang.Object
implements BrokerFactory.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$

Constructor Summary
DefaultBrokerFactory()
           
 
Method Summary
 BrokerService createBroker(java.net.URI brokerURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBrokerFactory

public DefaultBrokerFactory()
Method Detail

createBroker

public BrokerService createBroker(java.net.URI brokerURI)
                           throws java.lang.Exception
Specified by:
createBroker in interface BrokerFactory.BrokerFactoryHandler
Throws:
java.lang.Exception


Copyright © 2010 Apache Software Foundation. All Rights Reserved.