setTriggerData

 

public void setTriggerData(String data) throws MQException;

Sets the data for the trigger message that is written to the initiation queue. The trigger message is written to the initiation queue when a message arrives on this one.

Parameters

  • data - sets the data in free-format. The maximum permissible length of the string is given by MQC.MQ_TRIGGER_DATA_LENGTH.

Exceptions

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


uj14830_