Categories

Message Replay states are as follows:

- Complete: No replay is in progress.
- Initializing: All live messages are being deleted from the endpoint before a replay starts.
- Active: The endpoint is currently under replay. Message replay is processing the replay log, and replayed messages are being added to the endpoint.
- Pending Complete: A replay has reached the end of the replay log, but there are still unacked replayed messages on the endpoint. New live messages are being delivered to the endpoint. However, it's still possible that the replay can fail and have the unacked replayed messages be deleted from the endpoint.
- Failed: A replay has failed and is pending acknowledgment of an unbind request it sent as a failure indication.