MQI statistics information

Use the queue manager attribute STATMQI to control the collection of MQI statistics information

To change the value of this attribute, use the MQSC command, ALTER QMGR and specify the parameter STATMQI. Statistics messages are generated only for queues that are opened after statistics collection has been enabled. The STATMQI parameter can have the following values:

ON
MQI statistics information is collected for every connection to the queue manager.
OFF
MQI statistics information is not collected. This is the default value.
For example, to enable MQI statistics information collection use the following MQSC command:

ALTER QMGR STATMQI(ON)