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
|
Modifier and Type | Method and Description |
---|---|
static DiscoveryTransport |
DiscoveryTransportFactory.createTransport(CompositeTransport compositeTransport,
URISupport.CompositeData compositeData,
Map<String,String> parameters)
Creates a transport that reports discovered brokers to a specific composite transport.
|
Constructor and Description |
---|
DiscoveryTransport(CompositeTransport next) |
Modifier and Type | Class and Description |
---|---|
class |
FailoverTransport
A Transport that is made reliable by being able to fail over to another
transport when a transport failure is detected.
|
Modifier and Type | Class and Description |
---|---|
class |
FanoutTransport
A Transport that fans out a connection to multiple brokers.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.