getTriggerMessagePriority

 

public int getTriggerMessagePriority() throws MQException;

Gets the message priority below which messages do not cause trigger messages. That is, the queue manager ignores these messages when deciding whether to generate a trigger.

Returns

  • the message priority. Zero means that all messages contribute to the generation of trigger messages.

Exceptions

  • MQException - if you call this method after you have closed the queue, to indicate that the queue is no longer accessible.


uj14760_