setTriggerMessagePriority

 

public void setTriggerMessagePriority(int priority) throws MQException;

Sets 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.

Parameters

  • priority - 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.


uj14850_