QueueAccounting (MQLONG)
Local | Model | Alias | Remote | Cluster |
---|---|---|---|---|
X | X | X | X |
This controls the collection of accounting data for the queue. For accounting data to be collected for this queue, accounting data for this connection must also be enabled, using either the QMGR attribute ACCTQ or the Options field in the MQCNO structure on the MQCONNX call.
This attribute has one of the following values:
- MQMON_Q_MGR
- Accounting data for this queue is collected based on the setting of the QMGR attribute ACCTQ. This is the default setting.
- MQMON_OFF
- Do not collect accounting data for this queue.
- MQMON_ON
- Collect accounting data for this queue.
To determine the value of this attribute, use the MQIA_ACCOUNTING_Q selector with the MQINQ call.