Home
Fields
- ClusterName (MQCHAR48)
- Cluster name.
This is the name of a cluster to which the instance of the destination queue that owns this MQWCR structure belongs. The destination queue instance is described by an MQWDR structure.
The length of this field is given by MQ_CLUSTER_NAME_LENGTH. This is an input field to the exit.
- ClusterRecOffset (MQLONG)
- Logical offset of next cluster record.
This is the offset of the next MQWCR structure. If there are no more MQWCR structures, ClusterRecOffset is zero. The offset is measured in bytes from the start of the MQWCR structure.
This is an input field to the exit.
- ClusterFlags (MQLONG)
- Cluster flags.
These are bit flags that indicate various properties of the queue manager identified by this MQWCR structure. The following flags are defined:
- MQQMF_REPOSITORY_Q_MGR
- Destination is a full repository queue manager.
- MQQMF_CLUSSDR_USER_DEFINED
- Cluster sender channel was defined manually.
- MQQMF_CLUSSDR_AUTO_DEFINED
- Cluster sender channel was defined automatically.
- MQQMF_AVAILABLE
- Destination queue manager is available to receive messages.
Other flags in the field might be set by the queue manager for internal purposes.
This is an input field to the exit.
Parent topic:
MQWCR - Cluster workload cluster-record structure
qc12850_
Home