MQI accounting message data
Use this page to view the structure of an MQI accounting message
Message name: MQI accounting message. Platforms: All, except IBM MQ for z/OS . System queue: SYSTEM.ADMIN.ACCOUNTING.QUEUE.
- QueueManager
Description: The name of the queue manager Identifier: MQCA_Q_MGR_NAME Data type: MQCFST Maximum length: MQ_Q_MGR_NAME_LENGTH Returned: Always
- IntervalStartDate
Description: The date of the start of the monitoring period Identifier: MQCAMO_START_DATE Data type: MQCFST Maximum length: MQ_DATE_LENGTH Returned: Always
- IntervalStartTime
Description: The time of the start of the monitoring period Identifier: MQCAMO_START_TIME Data type: MQCFST Maximum length: MQ_TIME_LENGTH Returned: Always
- IntervalEndDate
Description: The date of the end of the monitoring period Identifier: MQCAMO_END_DATE Data type: MQCFST Maximum length: MQ_DATE_LENGTH Returned: Always
- IntervalEndTime
Description: The time of the end of the monitoring period Identifier: MQCAMO_END_TIME Data type: MQCFST Maximum length: MQ_TIME_LENGTH Returned: Always
- CommandLevel
Description: The queue manager command level Identifier: MQIA_COMMAND_LEVEL Data type: MQCFIN Returned: Always
- ConnectionId
Description: The connection identifier for the IBM MQ connection Identifier: MQBACF_CONNECTION_ID Data type: MQCFBS Maximum length: MQ_CONNECTION_ID_LENGTH Returned: Always
- SeqNumber
Description: The sequence number. This value is incremented for each subsequent record for long running connections. Identifier: MQIACF_SEQUENCE_NUMBER Data type: MQCFIN Returned: Always
- ApplicationName
Description: The name of the application. The contents of this field are equivalent to the contents of the PutApplName field in the message descriptor. Identifier: MQCACF_APPL_NAME Data type: MQCFST Maximum length: MQ_APPL_NAME_LENGTH Returned: Always
- ApplicationPid
Description: The operating system process identifier of the application Identifier: MQIACF_PROCESS_ID Data type: MQCFIN Returned: Always
- ApplicationTid
Description: The IBM MQ thread identifier of the connection in the application Identifier: MQIACF_THREAD_ID Data type: MQCFIN Returned: Always
- UserId
Description: The user identifier context of the application Identifier: MQCACF_USER_IDENTIFIER Data type: MQCFST Maximum length: MQ_USER_ID_LENGTH Returned: Always
- ConnDate
Description: Date of MQCONN operation Identifier: MQCAMO_CONN_DATE Data type: MQCFST Maximum length: MQ_TIME_LENGTH Returned: When available
- ConnTime
Description: Time of MQCONN operation Identifier: MQCAMO_CONN_TIME Data type: MQCFST Maximum length: MQ_TIME_LENGTH Returned: When available
- ConnName
Description: Connection name for client connection Identifier: MQCACH_CONNECTION_NAME Data type: MQCFST Maximum length: MQ_CONN_NAME_LENGTH Returned: When available
- ChannelName
Description: Channel name for client connection Identifier: MQCACH_CHANNEL_NAME Data type: MQCFST Maximum length: MQ_CHANNEL_NAME_LENGTH Returned: When available
- RemoteProduct
Description: Remote product identifier for client connection as displayed in the RPRODUCT field of DISPLAY CHSATUS Identifier: MQCACH_REMOTE_PRODUCT Data type: MQCFST Maximum length: MQ_REMOTE_PRODUCT_LENGTH Returned: When available
- RemoteVersion
Description: Remote product version for client connection as displayed in the RVERSION field of DISPLAY CHSTATUS Identifier: MQCACH_REMOTE_VERSION Data type: MQCFST Maximum length: MQ_REMOTE_VERSION_LENGTH Returned: When available
- DiscDate
Description: Date of MQDISC operation Identifier: MQCAMO_DISC_DATE Data type: MQCFST Maximum length: MQ_DATE_LENGTH Returned: When available
- DiscTime
Description: Time of MQDISC operation Identifier: MQCAMO_DISC_TIME Data type: MQCFST Maximum length: MQ_TIME_LENGTH Returned: When available
- DiscType
Description: Type of disconnect Identifier: MQIAMO_DISC_TYPE Data type: MQCFIN Values: The possible values are:
- MQDISCONNECT_NORMAL
- Requested by application
- MQDISCONNECT_IMPLICIT
- Abnormal application termination
- MQDISCONNECT_Q_MGR
- Connection broken by queue manager
Returned: When available
- OpenCount
Description: The number of objects successfully opened, either by directly issuing a call to MQOPEN or by using the MQPUT1 verb. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_OPENS Data type: MQCFIL Returned: When available
- OpenFailCount
Description: The number of unsuccessful attempts to open an object. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_OPENS_FAILED Data type: MQCFIL Returned: When available
- CloseCount
Description: The number of objects closed. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_CLOSES Data type: MQCFIL Returned: When available
- CloseFailCount
Description: The number of unsuccessful attempts to close an object. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_CLOSES_FAILED Data type: MQCFIL Returned: When available
- PutCount
Description: The number persistent and nonpersistent messages successfully put to a queue, with the exception of messages put using the MQPUT1 call. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO_PUTS Data type: MQCFIL Returned: When available
- PutFailCount
Description: The number of unsuccessful attempts to put a message Identifier: MQIAMO_PUTS_FAILED Data type: MQCFIN Returned: When available
- Put1Count
Description: The number of persistent and nonpersistent messages successfully put to the queue using MQPUT1 calls. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO_PUT1S Data type: MQCFIL Included in PCF group: QAccountingData Returned: When available
- Put1FailCount
Description: The number of unsuccessful attempts to put a message using MQPUT1 calls Identifier: MQIAMO_PUT1S_FAILED Data type: MQCFIN Included in PCF group: QAccountingData Returned: When available
- PutBytes
Description: The number bytes written using put calls for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO64_PUT_BYTES Data type: MQCFIL64 Returned: When available
- GetCount
Description: The number of successful destructive MQGET calls for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO_GETS Data type: MQCFIL Returned: When available
- GetFailCount
Description: The number of failed destructive MQGET calls Identifier: MQIAMO_GETS_FAILED Data type: MQCFIN Returned: When available
- GetBytes
Description: Total number of bytes retrieved for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO64_GET_BYTES Data type: MQCFIL64 Returned: When available
- BrowseCount
Description: The number of successful non-destructive MQGET calls for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO_BROWSES Data type: MQCFIL Returned: When available
- BrowseFailCount
Description: The number of unsuccessful non-destructive MQGET calls Identifier: MQIAMO_BROWSES_FAILED Data type: MQCFIN Returned: When available
- BrowseBytes
Description: Total number of bytes browsed for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO64_BROWSE_BYTES Data type: MQCFIL64 Returned: When available
- CommitCount
Description: The number of successful transactions. This number includes those transactions committed implicitly by the connected application. Commit requests where there is no outstanding work are included in this count. Identifier: MQIAMO_COMMITS Data type: MQCFIN Returned: When available
- CommitFailCount
Description: The number of unsuccessful attempts to complete a transaction Identifier: MQIAMO_COMMITS_FAILED Data type: MQCFIN Returned: When available
- BackCount
Description: The number of backouts processed, including implicit backouts due to abnormal disconnection Identifier: MQIAMO_BACKOUTS Data type: MQCFIN Returned: When available
- InqCount
Description: The number of successful objects inquired upon. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_INQS Data type: MQCFIL Returned: When available
- InqFailCount
Description: The number of unsuccessful object inquire attempts. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_INQS_FAILED Data type: MQCFIL Returned: When available
- SetCount
Description: The number of successful MQSET calls. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_SETS Data type: MQCFIL Returned: When available
- SetFailCount
Description: The number of unsuccessful MQSET calls. This parameter is an integer list indexed by object type, see Reference note 1. Identifier: MQIAMO_SETS_FAILED Data type: MQCFIL Returned: When available
- SubCountDur
Description: The number of successful subscribe requests which created, altered or resumed durable subscriptions. This is an array of values indexed by the type of operation 0 = The number of subscriptions created
1 = The number of subscriptions altered
2 = The number of subscriptions resumed
Identifier: MQIAMO_SUBS_DUR Data type: MQCFIL Returned: When available.
- SubCountNDur
Description: The number of successful subscribe requests which created, altered or resumed non-durable subscriptions. This is an array of values indexed by the type of operation 0 = The number of subscriptions created
1 = The number of subscriptions altered
2 = The number of subscriptions resumed
Identifier: MQIAMO_SUBS_NDUR Data type: MQCFIL Returned: When available.
- SubFailCount
Description: The number of unsuccessful Subscribe requests. Identifier: MQIAMO_SUBS_FAILED Data type: MQCFIN Returned: When available.
- UnsubCountDur
Description: The number of successful unsubscribe requests for durable subscriptions. This is an array of values indexed by the type of operation 0 - The subscription was closed but not removed
1 - The subscription was closed and removed
Identifier: MQIAMO_UNSUBS_DUR Data type: MQCFIL Returned: When available.
- UnsubCountNDur
Description: The number of successful unsubscribe requests for durable subscriptions. This is an array of values indexed by the type of operation 0 - The subscription was closed but not removed
1 - The subscription was closed and removed
Identifier: MQIAMO_UNSUBS_NDUR Data type: MQCFIL Returned: When available.
- UnsubFailCount
Description: The number of unsuccessful unsubscribe requests. Identifier: MQIAMO_UNSUBS_FAILED Data type: MQCFIN Returned: When available.
- SubRqCount
Description: The number of successful MQSUBRQ requests. Identifier: MQIAMO_SUBRQS Data type: MQCFIN Returned: When available.
- SubRqFailCount
Description: The number of unsuccessful MQSUB requests. Identifier: MQIAMO_SUBRQS_FAILED Data type: MQCFIN Returned: When available.
- CBCount
Description: The number of successful MQCB requests. This is an array of values indexed by the type of operation 0 - A callback was created or altered
1 - A callback was removed
2 - A callback was resumed
3 - A callback was suspended
Identifier: MQIAMO_CBS Data type: MQCFIN Returned: When available.
- CBFailCount
Description: The number of unsuccessful MQCB requests. Identifier: MQIAMO_CBS_FAILED Data type: MQCFIN Returned: When available.
- CtlCount
Description: The number of successful MQCTL requests. This is an array of values indexed by the type of operation 0 - The connection was started
1 - The connection was stopped
2 - The connection was resumed
3 - The connection was suspended
Identifier: MQIAMO_CTLS Data type: MQCFIL Returned: When available.
- CtlFailCount
Description: The number of unsuccessful MQCTL requests. Identifier: MQIAMO_CTLS_FAILED Data type: MQCFIN Returned: When available.
- StatCount
Description: The number of successful MQSTAT requests. Identifier: MQIAMO_STATS. Data type: MQCFIN Returned: When available.
- StatFailCount
Description: The number of unsuccessful MQSTAT requests. Identifier: MQIAMO_STATS_FAILED Data type: MQCFIN Returned: When available.
- PutTopicCount
Description: The number persistent and nonpersistent messages successfully put to a topic, with the exception of messages put using the MQPUT1 call. This parameter is an integer list indexed by persistence value, see Reference note 2. Note: Messages put using a queue alias which resolve to a topic are included in this value.
Identifier: MQIAMO_TOPIC_PUTS Data type: MQCFIL Returned: When available.
- PutTopicFailCount
Description: The number of unsuccessful attempts to put a message to a topic. Identifier: MQIAMO_TOPIC_PUTS_FAILED Data type: MQCFIN Returned: When available.
- Put1TopicCount
Description: The number of persistent and nonpersistent messages successfully put to a topic using MQPUT1 calls. This parameter is an integer list indexed by persistence value, see Reference note 2. Note: Messages put using a queue alias which resolve to a topic are included in this value.
Identifier: MQIAMO_TOPIC_PUT1S Data type: MQCFIL Returned: When available.
- Put1TopicFailCount
Description: The number of unsuccessful attempts to put a message to a topic using MQPUT1 calls. Identifier: MQIAMO_TOPIC_PUT1S_FAILED Data type: MQCFIN Returned: When available.
- PutTopicBytes
Description: The number bytes written using put calls for persistent and nonpersistent messages which resolve to a publish operation. This is number of bytes put by the application and not the resultant number of bytes delivered to subscribers. This parameter is an integer list indexed by persistence value, see Reference note 2. Identifier: MQIAMO64_TOPIC_PUT_BYTES Data type: MQCFIL64 Returned: When available.
Parent topic: Accounting and statistics message reference