Package | Description |
---|---|
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
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
|
org.apache.activemq.transport.mock |
A mock implementation of the Transport layer useful for testing
|
org.apache.activemq.transport.reliable |
The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.
|
Modifier and Type | Method and Description |
---|---|
FutureResponse |
MutexTransport.asyncRequest(Object command,
ResponseCallback responseCallback) |
FutureResponse |
TransportSupport.asyncRequest(Object command,
ResponseCallback responseCallback) |
FutureResponse |
Transport.asyncRequest(Object command,
ResponseCallback responseCallback)
An asynchronous request response where the Receipt will be returned in
the future.
|
FutureResponse |
ResponseCorrelator.asyncRequest(Object o,
ResponseCallback responseCallback) |
FutureResponse |
TransportFilter.asyncRequest(Object command,
ResponseCallback responseCallback) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseCallback.onCompletion(FutureResponse resp) |
Modifier and Type | Method and Description |
---|---|
FutureResponse |
FailoverTransport.asyncRequest(Object command,
ResponseCallback responseCallback) |
Modifier and Type | Method and Description |
---|---|
FutureResponse |
FanoutTransport.asyncRequest(Object command,
ResponseCallback responseCallback) |
Modifier and Type | Method and Description |
---|---|
FutureResponse |
MockTransport.asyncRequest(Object command,
ResponseCallback responseCallback) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReliableTransport.onMissingResponse(Command command,
FutureResponse response)
Deprecated.
Lets attempt to replay the request as a command may have disappeared
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.