MQMDS_PRIORITY

 

public final static int

This determines the order in which the MQGET call returns messages to the application. Messages are returned in priority order. An MQGET call returns 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).


uj19450_