+

Search Tips | Advanced Search

Sending and receiving PCF messages in a specified queue


Sending PCF messages to a specified queue

To send a message to a specified queue, the mqPutBag call converts the contents of the specified bag into a PCF message and sends the message to the specified queue. The contents of the bag are unchanged after the call.

As input to this call, you must supply:

For a full description of the mqPutBag call, see mqPutBag.


Receiving PCF messages from a specified queue

To receive a message from a specified queue, the mqGetBag call gets a PCF message from a specified queue and converts the message data into a data bag.

As input to this call, you must supply:

For a full description of the mqGetBag call, see mqGetBag.