Put Inhibited
Event name: | Put Inhibited. |
Reason code in MQCFH: |
MQRC_PUT_INHIBITED (2051, X'803'). Put calls inhibited for the queue or topic. |
Event description: | MQPUT and MQPUT1 calls are currently inhibited for the queue or topic (see the InhibitPut queue attribute in InhibitPut (MQLONG) or the InhibitPublications topic attribute in Topic attributes for the queue to which this queue resolves. |
Event type: | Inhibit. |
Platforms: | All. |
Event queue: | SYSTEM.ADMIN.QMGR.EVENT. |
Event data
- QMgrName
-
Description: Name of the queue manager generating the event. Identifier: MQCA_Q_MGR_NAME. Data type: MQCFST. Maximum length: MQ_Q_MGR_NAME_LENGTH. Returned: Always. - QName
-
Description: Queue name from object descriptor (MQOD). Identifier: MQCA_Q_NAME. Data type: MQCFST. Maximum length: MQ_Q_NAME_LENGTH. Returned: If the object opened is a queue object - ApplType
-
Description: Type of application that issued the put. Identifier: MQIA_APPL_TYPE. Data type: MQCFIN. Returned: Always. - ApplName
-
Description: Name of the application that issued the put. Identifier: MQCACF_APPL_NAME. Data type: MQCFST. Maximum length: MQ_APPL_NAME_LENGTH. Returned: Always. - ObjectQMgrName
-
Description: Name of queue manager from object descriptor (MQOD). Identifier: MQCACF_OBJECT_Q_MGR_NAME. Data type: MQCFST. Maximum length: MQ_Q_MGR_NAME_LENGTH. Returned: Only if this parameter has a value different from QMgrName. This occurs when the ObjectQMgrName field in the object descriptor provided by the application on the MQOPEN or MQPUT1 call is neither blank nor the name of the application's local queue manager. However, it can also occur when ObjectQMgrName in the object descriptor is blank, but a name service provides a queue manager name that is not the name of the application's local queue manager. - TopicString
-
Description: Topic String being opened Identifier: MQCA_TOPIC_STRING Data type: MQCFST. Maximum length: MQ_TOPIC_STR_LENGTH. Returned: If the object opened is a topic. - ConnName
-
Description: Connection name for client connection. Identifier: MQCACH_CONNECTION_NAME. Data type: MQCFST. Maximum length: MQ_CONN_NAME_LENGTH. Returned: If the application making the MQI call that caused the event is a client attached application. - ChannelName
-
Description: Channel name for client connection. Identifier: MQCACH_CHANNEL_NAME. Data type: MQCFST. Maximum length: MQ_CHANNEL_NAME_LENGTH Returned: If the application making the MQI call that caused the event is a client attached application.
Parent topic: Event message descriptions
Related information
- InhibitPut (10-digit signed integer)
- Inquire Queue (Response)
- Inquire Topic (Response)
- Inquire Topic Status (Response)
- Change, Copy, and Create Topic