Fields in the MQWCR - Cluster workload cluster record structure.
Description of the fields in the MQWCR - Cluster workload cluster record structure.
- ClusterName ( MQCHAR48 ) - input
- The name of a cluster to which the instance of the destination queue that owns the MQWCR structure belongs. The destination queue instance is described by an MQWDR structure.
- The length of ClusterName is MQ_CLUSTER_NAME_LENGTH.
- ClusterRecOffset ( MQLONG ) - input
- The logical 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.
- ClusterFlags ( MQLONG ) - input
- The cluster flags indicate properties of the queue manager identified by the 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 values
- Other flags in the field might be set by the queue manager for internal purposes.
Parent topic: MQWCR - Cluster workload cluster record structure
Related reference