Home

 

DefPriority (MQLONG)

Local Model Alias Remote Cluster
Yes Yes Yes Yes Yes

This is the default priority for messages on the queue. This applies if MQPRI_PRIORITY_AS_Q_DEF is specified in the message descriptor when the message is put on the queue.

If there is more than one definition in the queue-name resolution path, the default priority for the message is taken from the value of this attribute in the first definition in the path at the time of the put operation. This could be:

The way in which a message is placed on a queue depends on the value of the queue's MsgDeliverySequence attribute:

Priorities are in the range zero (lowest) through MaxPriority (highest); see MaxPriority attribute.

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



 

Home