Description: | Name of the queue manager. |
Identifier: | MQCA_Q_MGR_NAME. |
Datatype: | MQCFST. |
Maximum length: | MQ_Q_MGR_NAME_LENGTH. |
Returned: | Always. |
Description: | The date at the start of the monitoring period. |
Identifier: | MQCAMO_START_DATE. |
Datatype: | MQCFST. |
Maximum length: | MQ_DATE_LENGTH |
Returned: | Always. |
Description: | The time at the start of the monitoring period. |
Identifier: | MQCAMO_START_TIME. |
Datatype: | MQCFST. |
Maximum length: | MQ_TIME_LENGTH |
Returned: | Always. |
Description: | The date at the end of the monitoring period. |
Identifier: | MQCAMO_END_DATE. |
Datatype: | MQCFST. |
Maximum length: | MQ_DATE_LENGTH |
Returned: | Always. |
Description: | The time at the end of the monitoring period. |
Identifier: | MQCAMO_END_TIME. |
Datatype: | MQCFST. |
Maximum length: | MQ_TIME_LENGTH |
Returned: | Always. |
Description: | The queue manager command level. |
Identifier: | MQIA_COMMAND_LEVEL. |
Datatype: | MQCFIN. |
Returned: | Always. |
Description: | The number of successful connections to the queue manager. |
Identifier: | MQIAMO_CONNS. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of unsuccessful connection attempts. |
Identifier: | MQIAMO_CONNS_FAILED. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The maximum number of concurrent connections in the recording interval. |
Identifier: | MQIAMO_CONNS_MAX. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of disconnects from the queue manager. This
is an integer array, indexed by the following constants:
|
Identifier: | MQIAMO_DISCS. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of objects successfully opened. This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_OPENS. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful open object attempts. This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_OPENS_FAILED. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of objects successfully closed. This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_CLOSES. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful close object attempts. This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_CLOSES_FIALED. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of objects successfully inquired upon. This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_INQS. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful object inquire attempts. This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_INQS_FAILED. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of objects successfully updated (SET). This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_SETS. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful SET attempts. This parameter is an integer list indexed by object type, see Note 1. |
Identifier: | MQIAMO_SETS_FAILED. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of persistent and nonpersistent messages successfully put to a queue, with the exception of MQPUT1 requests. This parameter is an integer list indexed by persistence value, see Note 2. |
Identifier: | MQIAMO_PUTS. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful put message attempts. |
Identifier: | MQIAMO_PUTS_FAILED. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of persistent and nonpersistent messages successfully put to a queue using MQPUT1 requests. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO_PUT1S. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful attempts to put a persistent and nonpersistent message to a queue using MQPUT1 requests. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO_PUT1S_FAILED. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number bytes for persistent and nonpersistent messages written in using put requests. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO64_PUT_BYTES. |
Datatype: | MQCFIL64. |
Returned: | When available. |
Description: | The number of successful destructive get requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO_GETS. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful destructive get requests. |
Identifier: | MQIAMO_GETS_FAILED. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of bytes read in destructive gets requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO64_GET_BYTES. |
Datatype: | MQCFIL64. |
Returned: | When available. |
Description: | The number of successful non-destructive get requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO_BROWSES. |
Datatype: | MQCFIL. |
Returned: | When available. |
Description: | The number of unsuccessful non-destructive get requests. |
Identifier: | MQIAMO_BROWSES_FAILED. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of bytes read in non-destructive get requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO64_BROWSE_BYTES. |
Datatype: | MQCFIL64. |
Returned: | When available. |
Description: | The number of transactions successfully completed. This number includes transactions committed implicitly by the application disconnecting, and commit requests where there is no outstanding work. |
Identifier: | MQIAMO_COMMITS. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of unsuccessful attempts to complete a transaction. |
Identifier: | MQIAMO_COMMITS_FAILED. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of backouts processed, including implicit backout upon abnormal disconnect. |
Identifier: | MQIAMO_BACKOUTS. |
Datatype: | MQCFIN. |
Returned: | When available. |
Description: | The number of persistent and nonpersistent messages that were discarded because they had expired, before they could be retrieved. This parameter is an integer list indexed by persistence value, see Note 2 |
Identifier: | MQIAMO_MSGS_EXPIRED. |
Datatype: | MQCFIL. |
Returned: | When available. |
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzax05103 |