ClusterWorkloadLength (10-digit signed integer) on IBM i

Maximum length of message data passed to cluster workload exit.

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 IACLWL selector with the MQINQ call.

Parent topic: Attributes for the queue manager on IBM i