put

 

public void put(MQMessage message) throws MQException;

Puts a message onto the queue using default put message options.

Parameters

  • message - an object which contains the message descriptor data and the message data to be sent.

Exceptions

  • MQException - if the put fails.


uj14780_