Package 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.
-
Interface Summary Interface Description ReplayBuffer This class keeps around a buffer of old commands which have been sent on an unreliable transport.ReplayBufferListener Listens to events on aReplayBuffer
Replayer Used by aReplayBuffer
to replay buffers back over an unreliable transportReplayStrategy A pluggable strategy for how to deal with dropped packets. -
Class Summary Class Description DefaultReplayBuffer DefaultReplayStrategy Throws an exception if packets are dropped causing the transport to be closed.ExceptionIfDroppedReplayStrategy Throws an exception if packets are dropped causing the transport to be closed.ReliableTransport Deprecated.