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.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
Modifier and Type | Method and Description |
---|---|
Replayer |
ReliableTransport.getReplayer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultReplayBuffer.replayMessages(int fromCommandId,
int toCommandId,
Replayer replayer) |
void |
ReplayBuffer.replayMessages(int fromCommandId,
int toCommandId,
Replayer replayer) |
void |
ReliableTransport.setReplayer(Replayer replayer)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommandChannel |
Modifier and Type | Class and Description |
---|---|
class |
CommandChannelSupport |
class |
CommandDatagramChannel
A strategy for reading datagrams and de-fragmenting them together.
|
class |
CommandDatagramSocket
A strategy for reading datagrams and de-fragmenting them together.
|
Modifier and Type | Method and Description |
---|---|
Replayer |
UdpTransport.createReplayer()
Creates a replayer for working with the reliable transport
|
Modifier and Type | Method and Description |
---|---|
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy(Replayer replayer)
Deprecated.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.