Uses of Interface
org.apache.activemq.broker.BrokerServiceAware
-
Packages that use BrokerServiceAware Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.store.memory VM based implementation of message persistenceorg.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.util -
-
Uses of BrokerServiceAware in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement BrokerServiceAware Modifier and Type Class Description classLockableServiceSupportHelper class for working with services that requires lockingclassTransportConnector -
Uses of BrokerServiceAware in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement BrokerServiceAware Modifier and Type Class Description classManagedTransportConnectorA managed transport connector which can create multiple managed connections as clients connect. -
Uses of BrokerServiceAware in org.apache.activemq.broker.region.virtual
Classes in org.apache.activemq.broker.region.virtual that implement BrokerServiceAware Modifier and Type Class Description classMirroredQueueCreates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to. -
Uses of BrokerServiceAware in org.apache.activemq.network
Classes in org.apache.activemq.network that implement BrokerServiceAware Modifier and Type Class Description classCompositeDemandForwardingBridgeA demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokersclassConduitBridgeConsolidates subscriptionsclassDemandForwardingBridgeForwards messages from the local broker to the remote broker based on demand.classDemandForwardingBridgeSupportA useful base class for implementing demand forwarding bridges.classDurableConduitBridgeConsolidates subscriptions -
Uses of BrokerServiceAware in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement BrokerServiceAware Modifier and Type Class Description classMemoryPersistenceAdapter -
Uses of BrokerServiceAware in org.apache.activemq.transport.auto
Classes in org.apache.activemq.transport.auto that implement BrokerServiceAware Modifier and Type Class Description classAutoSslTransportFactoryclassAutoTcpTransportFactory -
Uses of BrokerServiceAware in org.apache.activemq.transport.auto.nio
Classes in org.apache.activemq.transport.auto.nio that implement BrokerServiceAware Modifier and Type Class Description classAutoNioSslTransportFactoryclassAutoNioTransportFactory -
Uses of BrokerServiceAware in org.apache.activemq.util
Subinterfaces of BrokerServiceAware in org.apache.activemq.util Modifier and Type Interface Description interfaceIOExceptionHandlerClasses in org.apache.activemq.util that implement BrokerServiceAware Modifier and Type Class Description classDefaultIOExceptionHandlerclassLeaseLockerIOExceptionHandler
-