Uses of Interface
org.apache.activemq.broker.BrokerFactoryHandler
Packages that use BrokerFactoryHandler
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
In-JVM based Transport implementation.
-
Uses of BrokerFactoryHandler in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement BrokerFactoryHandlerModifier and TypeClassDescriptionclassSimple BrokerFactorySPI which using the brokerURI to extract the configuration parameters for the broker service.classABrokerFactoryHandlerwhich uses a properties file to configure the broker's various policies.Methods in org.apache.activemq.broker that return BrokerFactoryHandlerModifier and TypeMethodDescriptionstatic BrokerFactoryHandlerBrokerFactory.createBrokerFactoryHandler(String type) -
Uses of BrokerFactoryHandler in org.apache.activemq.transport.vm
Methods in org.apache.activemq.transport.vm that return BrokerFactoryHandlerMethods in org.apache.activemq.transport.vm with parameters of type BrokerFactoryHandlerModifier and TypeMethodDescriptionvoidVMTransportFactory.setBrokerFactoryHandler(BrokerFactoryHandler brokerFactoryHandler)