GENERAL · FEATURE

Putting messages on a local queue using the MQPUT call

- A connection handle (Hconn). - A queue handle (Hobj). - A description of the message that you want to put on the queue. This is in the form of a message descriptor structure (MQMD). - Control information, in the form of a put-message options structure (MQPMO). - The length of the data contained within the message (MQLONG). - The message data itself.

- A connection handle (Hconn). - A queue handle (Hobj). - A description of the message that you want to put on the queue. This is in the form of a message descriptor structure (MQMD). - Control information, in the form of a put-message options structure (MQPMO). - The length of the data contained within the message (MQLONG). - The message data itself.