|
Measures reported by FmqQueueTest
The FmqQueueTest tracks
various statistics pertaining to the queues on a FioranoMQ server. The
measures generated by this test are:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Total_deliverable_msgs |
The
number of messages in the queue that are awaiting delivery |
Number |
If the value of this measure has been consistently high, then it
indicates that the receivers are not receiving the messages in the
queue. This could be due to either of the following reasons:
- The client may not be active to receive messages
- The client may be unable to connect to the server
|
| Total_undeleted_msgs |
The
number of undeleted messages in the queue. Undeleted messages are
those for which the server has not received acknowledgement from the
client.
|
Number |
MQ severs mostly consider a message as delivered only if an
acknowledgement is received after delivery. Undeleted messages are those
messages for which the MQ server has not received the acknowledgements
from the client, and are waiting for deletion from the queue.
|
|