Uses of Interface
org.apache.activemq.transport.reliable.ReplayStrategy
Packages that use ReplayStrategy
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.
-
Uses of ReplayStrategy in org.apache.activemq.transport.reliable
Classes in org.apache.activemq.transport.reliable that implement ReplayStrategyModifier and TypeClassDescriptionclassThrows an exception if packets are dropped causing the transport to be closed.classThrows an exception if packets are dropped causing the transport to be closed.Methods in org.apache.activemq.transport.reliable that return ReplayStrategyMethods in org.apache.activemq.transport.reliable with parameters of type ReplayStrategyModifier and TypeMethodDescriptionvoidReliableTransport.setReplayStrategy(ReplayStrategy replayStrategy) Deprecated.Constructors in org.apache.activemq.transport.reliable with parameters of type ReplayStrategyModifierConstructorDescriptionReliableTransport(Transport next, ReplayStrategy replayStrategy) Deprecated. -
Uses of ReplayStrategy in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp that return ReplayStrategyModifier and TypeMethodDescriptionprotected ReplayStrategyUdpTransportFactory.createReplayStrategy()Deprecated.protected ReplayStrategyUdpTransportFactory.createReplayStrategy(Replayer replayer) Deprecated.UdpTransport.getReplayStrategy()Methods in org.apache.activemq.transport.udp with parameters of type ReplayStrategyModifier and TypeMethodDescriptionvoidUdpTransport.setReplayStrategy(ReplayStrategy replayStrategy) Sets the strategy used to replay missed datagramsConstructors in org.apache.activemq.transport.udp with parameters of type ReplayStrategyModifierConstructorDescriptionUdpTransportServer(URI connectURI, UdpTransport serverTransport, Transport configuredTransport, ReplayStrategy replayStrategy) Deprecated.