Getting messages from a queue using the MQGET call

The MQGET call gets a message from an open local queue. It cannot get a message from a queue on another system.

As input to the MQGET call, you must supply:

The output from MQGET is:

There is a description of the MQGET call in the WebSphere MQ Application Programming Reference.

The following sections describe the information you must supply as input to the MQGET call.