QueueAccounting (MQLONG)

This controls the collection of accounting information for queues.

The value is one of the following:
MQMON_NONE
Do not collect accounting data for queues, regardless of the setting of the queue accounting attribute ACCTQ. This is the default value.
MQMON_OFF
Do not collect accounting data for queues that specify QMGR in the ACCTQ queue attribute.
MQMON_ON
Collect accounting data for queues that specify QMGR in the ACCTQ queue attribute.
Changes to this value are only effective for connections to the queue manager that occur after the change to the attribute.

To determine the value of this attribute, use the MQIA_ACCOUNTING_Q selector with the MQINQ call.