Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReplayStrategy.onDroppedPackets(ReliableTransport transport,
int expectedCounter,
int actualCounter,
int nextAvailableCounter)
Deals with a dropped packet.
|
boolean |
ExceptionIfDroppedReplayStrategy.onDroppedPackets(ReliableTransport transport,
int expectedCounter,
int actualCounter,
int nextAvailableCounter) |
boolean |
DefaultReplayStrategy.onDroppedPackets(ReliableTransport transport,
int expectedCounter,
int actualCounter,
int nextAvailableCounter) |
void |
ReplayStrategy.onReceivedPacket(ReliableTransport transport,
long expectedCounter) |
void |
ExceptionIfDroppedReplayStrategy.onReceivedPacket(ReliableTransport transport,
long expectedCounter) |
void |
DefaultReplayStrategy.onReceivedPacket(ReliableTransport transport,
long expectedCounter) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.