getMaximumPriority

 

public int getMaximumPriority() throws MQException;

Gets the maximum message priority supported by the queue manager. Priorities range from zero (lowest) to this value.

Returns

  • the maximum message priority.

Exceptions

  • MQException - if you call this method after disconnecting from the queue manager to indicate that the connection is no longer valid.


uj15230_