Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
For information on using this class, see Using MQ.
The MQSend class is used to put messages on a queue.
|
|
Subclasses |
---|
%Net.MQPub |
|
|
Use the %Put method to write a message to the queue specified in the %Init method. The %Put method takes one argument, the message. The message can be up to 32K bytes long.%Put returns 0 if the call failed, else 1.
Identical to %Put except the queue message is input from a file character stream object which has been created by the caller.Data is read from the start to the end of the file, and the entire stream put on the queue as a single message.
Sets the Application Identity for the next message to be sent.
Sets the Correlation Id for the next message to be sent.
The %SetMsgId method sets the Message Id for the next message to be sent.
Sets the Put Application Type for the next message to be sent.
Sets the Reply Queue Manager Name for the next message to be sent.
Sets the Reply Queue Name for the next message to be sent.