Uses of Interface
org.apache.activemq.transport.CompositeTransport

Packages that use CompositeTransport
org.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients. 
org.apache.activemq.transport.failover Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use. 
org.apache.activemq.transport.fanout Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy 
 

Uses of CompositeTransport in org.apache.activemq.transport.discovery
 

Constructors in org.apache.activemq.transport.discovery with parameters of type CompositeTransport
DiscoveryTransport(CompositeTransport next)
           
 

Uses of CompositeTransport in org.apache.activemq.transport.failover
 

Classes in org.apache.activemq.transport.failover that implement CompositeTransport
 class FailoverTransport
          A Transport that is made reliable by being able to fail over to another transport when a transport failure is detected.
 

Uses of CompositeTransport in org.apache.activemq.transport.fanout
 

Classes in org.apache.activemq.transport.fanout that implement CompositeTransport
 class FanoutTransport
          A Transport that fans out a connection to multiple brokers.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.