Learn how the RMS monitors
the state of Replication Server queues. Queue states are stored
in the RSSD.
The stored procedure rma_queue returns
the name of the queue, whether the queue is up or down, and if any
data loss is detected.
Queue States State Type
|
Value
|
Meaning
|
Description
|
Normal
|
5
|
ACTIVE (UP)
|
The queue is not suspended.
|
Error
|
2
|
SUSPENDED
|
The queue is suspended.
|
Warning
|
6
|
LOSS_DETECTED
|
Data loss has been detected in the queue.
The state is set to LOSS DETECTED only if the queue is UP.
|