Control the collection of MQI accounting information
Use the queue manager attribute ACCTMQI to control the collection of MQI accounting information.
To change the value of this attribute, use the MQSC command, ALTER QMGR, and specify the parameter ACCTMQI. Accounting messages are generated only for connections that begin after accounting is enabled. The ACCTMQI parameter can have the following values:
- ON
- MQI accounting information is collected for every connection to the queue manager.
- OFF
- MQI accounting information is not collected. This is the default value.
For example, to enable MQI accounting information collection use the following MQSC command:
ALTER QMGR ACCTMQI(ON)Parent topic: Accounting information collection