getTriggerData

 

public String getTriggerData() throws MQException;

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

Returns

  • the data in free format.

Exceptions

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


uj14740_