Cluster workload balancing - queue manager attributes

An alphabetical list of queue manager attributes used in cluster workload balancing.

CLWLMRUC

The CLWLMRUC queue manager attribute sets the number of most recently chosen channels. The cluster workload management algorithm uses CLWLMRUC to restrict the number of active outbound cluster channels. The value must be in the range 1 - 999 999 999.

The initial default value is 999 999 999.

CLWLUSEQ

The CLWLUSEQ queue manager attribute specifies whether a local instance of a queue is given preference as a destination over other instances of the queue in a cluster. The attribute applies if the CLWLUSEQ queue attribute is set to QMGR.

The CLWLUSEQ queue attribute is valid only for local queues. It only applies if the message is put by an application, or a channel that is not a cluster channel.
LOCAL
The local queue is the only target of MQPUT. LOCAL is the default.
ANY
MQPUT treats the local queue the same as any other instance of the queue in the cluster for workload distribution.