Uses of Class
org.apache.activemq.command.ReplayCommand
Packages that use ReplayCommand
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.
-
Uses of ReplayCommand in org.apache.activemq.transport.reliable
Methods in org.apache.activemq.transport.reliable with parameters of type ReplayCommandModifier and TypeMethodDescriptionprotected void
ReliableTransport.replayCommands
(ReplayCommand command) Deprecated.