Uses of Package
org.apache.activemq.transport.reliable
Packages that use org.apache.activemq.transport.reliable
Package
Description
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.
UDP based Transport implementation.
-
Classes in org.apache.activemq.transport.reliable used by org.apache.activemq.transport.reliableClassDescriptionDeprecated.This class keeps around a buffer of old commands which have been sent on an unreliable transport.Listens to events on a
ReplayBufferUsed by aReplayBufferto replay buffers back over an unreliable transportA pluggable strategy for how to deal with dropped packets. -
Classes in org.apache.activemq.transport.reliable used by org.apache.activemq.transport.udpClassDescriptionThis class keeps around a buffer of old commands which have been sent on an unreliable transport.Used by a
ReplayBufferto replay buffers back over an unreliable transportA pluggable strategy for how to deal with dropped packets.