Check the queue when the current depth is not increasing
Even if the current depth of our queue is not increasing, it might still be useful to monitor the queue to check whether the application is processing messages correctly.
About this task
To gather performance data about the queue: Issue the following command periodically:
Procedure
Issue the following command periodically:DISPLAY QSTATUS(Q1) TYPE(QUEUE) MSGAGE QTIMEIn the output, if the value in MSGAGE increases over the period of time, and the application is designed to process all messages, this might indicate that some messages are not being processed at all. Parent topic: Monitor queues