MQ_CLUSTER_WORKLOAD_EXIT - Call description
The cluster workload exit is called by the queue manager to route a message to an available queue manager.
Note: No entry point called MQ_CLUSTER_WORKLOAD_EXIT is provided by the queue manager. Instead, the name of the cluster workload exit is defined by the ClusterWorkloadExit queue manager attribute. The MQ_CLUSTER_WORKLOAD_EXIT exit is supported on all platforms.
Syntax
MQ_CLUSTER_WORKLOAD_EXIT (ExitParms)
- Parameters for MQ_CLUSTER_WORKLOAD_EXIT
Description of the parameters in the MQ_CLUSTER_WORKLOAD_EXIT call. - Usage notes
The function performed by the cluster workload exit is defined by the provider of the exit. The exit, however, must conform to the rules defined in the associated control block MQWXP. - Language invocations for MQ_CLUSTER_WORKLOAD_EXIT
The MQ_CLUSTER_WORKLOAD_EXIT supports two languages, C and High Level Assembler.
Parent topic: Cluster workload exit call and data structures
Related reference
- MQXCLWLN - Navigate Cluster workload records
- MQWXP - Cluster workload exit parameter structure
- MQWDR - Cluster workload destination record structure
- MQWQR - Cluster workload queue record structure
- MQWCR - Cluster workload cluster record structure