ClusterWorkloadLength (MQLONG)

This is the maximum length of message data that is passed to the cluster workload exit. The actual length of data passed to the exit is the minimum of the following:

  • The length of the message.
  • The queue manager's MaxMsgLength attribute.
  • The ClusterWorkloadLength attribute.

To determine the value of this attribute, use the MQIA_CLUSTER_WORKLOAD_LENGTH selector with the MQINQ call.