Uses of Interface
org.apache.activemq.transport.CompositeTransport
-
Packages that use CompositeTransport Package Description 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
Methods in org.apache.activemq.transport.discovery with parameters of type CompositeTransport Modifier and Type Method Description static DiscoveryTransportDiscoveryTransportFactory. createTransport(CompositeTransport compositeTransport, URISupport.CompositeData compositeData, Map<String,String> parameters)Creates a transport that reports discovered brokers to a specific composite transport.Constructors in org.apache.activemq.transport.discovery with parameters of type CompositeTransport Constructor Description DiscoveryTransport(CompositeTransport next) -
Uses of CompositeTransport in org.apache.activemq.transport.failover
Classes in org.apache.activemq.transport.failover that implement CompositeTransport Modifier and Type Class Description classFailoverTransportA 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 Modifier and Type Class Description classFanoutTransportA Transport that fans out a connection to multiple brokers.
-