Uses of Class
org.apache.activemq.transport.FutureResponse
Packages that use FutureResponse
Package
Description
The core Transport abstraction and support classes
Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.
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
A mock implementation of the Transport layer useful for testing
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.
-
Uses of FutureResponse in org.apache.activemq.transport
Methods in org.apache.activemq.transport that return FutureResponseModifier and TypeMethodDescriptionMutexTransport.asyncRequest(Object command, ResponseCallback responseCallback) ResponseCorrelator.asyncRequest(Object o, ResponseCallback responseCallback) Transport.asyncRequest(Object command, ResponseCallback responseCallback) An asynchronous request response where the Receipt will be returned in the future.TransportFilter.asyncRequest(Object command, ResponseCallback responseCallback) TransportSupport.asyncRequest(Object command, ResponseCallback responseCallback) Methods in org.apache.activemq.transport with parameters of type FutureResponse -
Uses of FutureResponse in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover that return FutureResponseModifier and TypeMethodDescriptionFailoverTransport.asyncRequest(Object command, ResponseCallback responseCallback) -
Uses of FutureResponse in org.apache.activemq.transport.fanout
Methods in org.apache.activemq.transport.fanout that return FutureResponseModifier and TypeMethodDescriptionFanoutTransport.asyncRequest(Object command, ResponseCallback responseCallback) -
Uses of FutureResponse in org.apache.activemq.transport.mock
Methods in org.apache.activemq.transport.mock that return FutureResponseModifier and TypeMethodDescriptionMockTransport.asyncRequest(Object command, ResponseCallback responseCallback) -
Uses of FutureResponse in org.apache.activemq.transport.reliable
Methods in org.apache.activemq.transport.reliable with parameters of type FutureResponseModifier and TypeMethodDescriptionprotected voidReliableTransport.onMissingResponse(Command command, FutureResponse response) Deprecated.Lets attempt to replay the request as a command may have disappeared