The reply message descriptor

For any reply message, the following MQMD message descriptor fields are set:

MsgType MQMT_REPLY
Feedback MQFB_NONE
Encoding MQENC_NATIVE
Priority As for the MQMD in the message you issued.
Persistence As for the MQMD in the message you issued.
CorrelId Depends on the MQPUT report options.
ReplyToQ None.

The command server sets the Options field of the MQPMO structure to MQPMO_NO_SYNCPOINT. This means that we can retrieve the replies as they are created, rather than as a group at the next syncpoint.

End of General-use programming interface information