PRIORITY

The priority for messages sent to a destination.

Applicable Objects

Queue, Topic

JMS administration tool long name: PRIORITY

JMS administration tool short name: PRI

Programmatic access

Setters/getters

  • MQDestination.setPriority()
  • MQDestination.getPriority()

Values

APP
Priority is defined by the JMS application. This is the default value.
QDEF
Priority takes the value of the queue default.
Any integer in the range 0-9
Lowest to highest.