| 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.
|
| Class and Description |
|---|
| ReliableTransport
Deprecated.
|
| ReplayBuffer
This class keeps around a buffer of old commands which have been sent on
an unreliable transport.
|
| ReplayBufferListener
Listens to events on a
ReplayBuffer |
| Replayer
Used by a
ReplayBuffer to replay buffers back over an unreliable transport |
| ReplayStrategy
A pluggable strategy for how to deal with dropped packets.
|
| Class and Description |
|---|
| ReplayBuffer
This class keeps around a buffer of old commands which have been sent on
an unreliable transport.
|
| Replayer
Used by a
ReplayBuffer to replay buffers back over an unreliable transport |
| ReplayStrategy
A pluggable strategy for how to deal with dropped packets.
|
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.