MQINQ
Application has started the MQINQ MQI function
- ObjectHandle
Description: The object handle PCF Parameter: MQIACF_HOBJ Trace level: 1 Type: MQCFIN
- CompCode
Description: The completion code indicating the result of the operation PCF Parameter: MQIACF_COMP_CODE Trace level: 1 Type: MQCFIN
- Reason
Description: The reason code result of the operation PCF Parameter: MQIACF_REASON_CODE Trace level: 1 Type: MQCFIN
- SelectorCount
Description: The count of selectors that are supplied in the Selectors array. PCF Parameter: MQIACF_SELECTOR_COUNT Trace level: 2 Type: MQCFIN
- Selectors
Description: The list of attributes (integer or character) whose values must be returned by MQINQ. PCF Parameter: MQIACF_SELECTORS Trace level: 2 Type: MQCFIL
- ResolvedQName
Description: The queue name referred to by the ObjectHandle, when ResolvedType is MQOT_Q. PCF Parameter: MQCACF_RESOLVED_Q_NAME Trace level: 2 Type: MQCFST Maximum length: MQ_Q_NAME_LENGTH
- ResObjectString
Description: The object name referred to by the ObjectHandle, when ResolvedType is MQOT_TOPIC. PCF Parameter: MQCACF_RESOLVED_OBJECT_STRING Trace level: 2 Type: MQCFST Maximum length: Length varies
- ResolvedType
Description: The type of the object referred to by the ObjectHandle. Possible values are MQOT_Q, MQOT_TOPIC, or MQOT_NONE. PCF Parameter: MQIACF_RESOLVED_TYPE Trace level: 2 Type: MQCFIN
- IntAttrCount
Description: The number of integer attributes returned by the inquire operation PCF Parameter: MQIACF_INTATTR_COUNT Trace level: 3 Type: MQCFIN
- IntAttrs
Description: The integer attribute values returned by the inquire operation. This parameter is only present if IntAttrCount is > 0 when MQINQ returns. PCF Parameter: MQIACF_INT_ATTRS Trace level: 3 Type: MQCFIL
- CharAttrs
Description: The character attributes returned by the inquire operation. The values are concatenated together. This parameter is only included if CharAttrLength is > 0 when MQINQ returns. PCF Parameter: MQCACF_CHAR_ATTRS Trace level: 3 Type: MQCFST
- QMgrOpDuration
Description: Approximate API call duration, in microseconds, within the queue manager. The duration does not include the time spent outside of the queue manager. For example, the time taken as an IBM MQ client. Note: The accuracy of this timer varies according to the platform that your enterprise uses. PCF Parameter: MQIAMO64_QMGR_OP_DURATION Trace level: 2 Type MQCFIN64
Parent topic: Variable parameters for application activity MQI operations