MsgDeliverySequence (10-digit signed integer)

Message delivery sequence.

Local Model Alias Remote Cluster
Y Y      

This determines the order in which messages are returned to the application by the MQGET call:

MSFIFO

Messages are returned in FIFO order (first in, first out).

This means that an MQGET call will return the first message that satisfies the selection criteria specified on the call, regardless of the priority of the message.

MSPRIO

Messages are returned in priority order.

This means that an MQGET call will return the highest-priority message that satisfies the selection criteria specified on the call. Within each priority level, messages are returned in FIFO order (first in, first out).

If the relevant attributes are changed while there are messages on the queue, the delivery sequence is as follows:

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