Put/Put Reply/Put Report (MQOPER_PUT/MQOPER_PUT_REPLY/MQOPER_PUT_REPORT)
The additional activity report message data parameters that are returned in the PCF group Operation for the Put/Put Reply/Put Report (MQOPER_PUT/MQOPER_PUT_REPLY/MQOPER_PUT_REPORT) operation type (a message, reply message, or report message was put to a queue).
- QName
Description: The name of the queue that was opened. Identifier: MQCA_Q_NAME. Data type: MQCFST. Included in PCF group: Operation. Maximum length: MQ_Q_NAME_LENGTH Returned: Always, apart from one exception: not returned if the Put operation is to a topic, contained within a publish activity.
- ResolvedQName
Description: The name that the opened queue resolves to. Identifier: MQCACF_RESOLVED_Q_NAME. Data type: MQCFST. Included in PCF group: Operation. Maximum length: MQ_Q_NAME_LENGTH Returned: When the opened queue could be resolved. Not returned if the Put operation is to a topic, contained within a publish activity.
- RemoteQName
Description: The name of the opened queue, as it is known on the remote queue manager. Identifier: MQCA_REMOTE_Q_NAME. Data type: MQCFST. Included in PCF group: Operation. Maximum length: MQ_Q_NAME_LENGTH Returned: If the opened queue is a remote queue. Not returned if the Put operation is to a topic, contained within a publish activity.
- RemoteQMgrName
Description: The name of the remote queue manager on which the remote queue is defined. Identifier: MQCA_REMOTE_Q_MGR_NAME. Data type: MQCFST. Included in PCF group: Operation. Maximum length: MQ_Q_MGR_NAME_LENGTH Returned: If the opened queue is a remote queue. Not returned if the Put operation is to a topic, contained within a publish activity.
- TopicString
Description: The full topic string to which the message is being put. Identifier: MQCA_TOPIC_STRING. Data type: MQCFST. Included in PCF group: Operation. Returned: If the Put operation is to a topic, contained within a publish activity.
- Feedback
Description: The reason for the message being put on the dead-letter queue. Identifier: MQIACF_FEEDBACK. Data type: MQCFIN. Included in PCF group: Operation. Returned: If the message was put on the dead-letter queue.
Parent topic: Operation-specific activity report message data