Uses of Interface
org.apache.activemq.broker.BrokerFactoryHandler
-
Packages that use BrokerFactoryHandler Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.xbean -
-
Uses of BrokerFactoryHandler in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement BrokerFactoryHandler Modifier and Type Class Description class
DefaultBrokerFactory
Simple BrokerFactorySPI which using the brokerURI to extract the configuration parameters for the broker service.class
PropertiesBrokerFactory
ABrokerFactoryHandler
which uses a properties file to configure the broker's various policies.Methods in org.apache.activemq.broker that return BrokerFactoryHandler Modifier and Type Method Description static BrokerFactoryHandler
BrokerFactory. createBrokerFactoryHandler(String type)
-
Uses of BrokerFactoryHandler in org.apache.activemq.transport.vm
Methods in org.apache.activemq.transport.vm that return BrokerFactoryHandler Modifier and Type Method Description BrokerFactoryHandler
VMTransportFactory. getBrokerFactoryHandler()
Methods in org.apache.activemq.transport.vm with parameters of type BrokerFactoryHandler Modifier and Type Method Description void
VMTransportFactory. setBrokerFactoryHandler(BrokerFactoryHandler brokerFactoryHandler)
-
Uses of BrokerFactoryHandler in org.apache.activemq.xbean
Classes in org.apache.activemq.xbean that implement BrokerFactoryHandler Modifier and Type Class Description class
XBeanBrokerFactory
-