Uses of Interface
org.apache.activemq.broker.BrokerServiceAware

Packages that use BrokerServiceAware
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 Destinations 
org.apache.activemq.network Support for federated networks of brokers. 
org.apache.activemq.util   
 

Uses of BrokerServiceAware in org.apache.activemq.broker
 

Classes in org.apache.activemq.broker that implement BrokerServiceAware
 class LockableServiceSupport
          Helper class for working with services that requires locking
 class TransportConnector
           
 

Uses of BrokerServiceAware in org.apache.activemq.broker.jmx
 

Classes in org.apache.activemq.broker.jmx that implement BrokerServiceAware
 class ManagedTransportConnector
          A 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
 class MirroredQueue
          Creates 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
 class CompositeDemandForwardingBridge
          A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers
 class ConduitBridge
          Consolidates subscriptions
 class DemandForwardingBridge
          Forwards messages from the local broker to the remote broker based on demand.
 class DemandForwardingBridgeSupport
          A useful base class for implementing demand forwarding bridges.
 class DurableConduitBridge
          Consolidates subscriptions
 

Uses of BrokerServiceAware in org.apache.activemq.util
 

Subinterfaces of BrokerServiceAware in org.apache.activemq.util
 interface IOExceptionHandler
           
 

Classes in org.apache.activemq.util that implement BrokerServiceAware
 class DefaultIOExceptionHandler
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.