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 | Class and Description |
---|---|
class |
DefaultReplayStrategy
Throws an exception if packets are dropped causing the transport to be
closed.
|
class |
ExceptionIfDroppedReplayStrategy
Throws an exception if packets are dropped causing the transport to be
closed.
|
Modifier and Type | Method and Description |
---|---|
ReplayStrategy |
ReliableTransport.getReplayStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ReliableTransport.setReplayStrategy(ReplayStrategy replayStrategy) |
Constructor and Description |
---|
ReliableTransport(Transport next,
ReplayStrategy replayStrategy) |
Modifier and Type | Method and Description |
---|---|
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy() |
protected ReplayStrategy |
UdpTransportFactory.createReplayStrategy(Replayer replayer) |
ReplayStrategy |
UdpTransport.getReplayStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
UdpTransport.setReplayStrategy(ReplayStrategy replayStrategy)
Sets the strategy used to replay missed datagrams
|
Constructor and Description |
---|
UdpTransportServer(URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.