Home

 

Extended responses to commands other than Inquire

 

Successful commands generate message responses in which the CompCode field in the header has a value of MQCC_OK, and the Reason field has a value of MQRC_NONE. There will always be at least one message; it may be informational (MQCFT_XR_MSG) or a summary (MQCFT_XR_SUMMARY). There may optionally be additional informational (type MQCFT_XR_MSG) messages. Each informational message may include a number of additional parameter structures with information about the command; see the individual command descriptions for the structures that may occur.

Commands that fail generate error message responses (type MQCFT_XR_MSG), in which the CompCode field in the header has a value of MQCC_FAILED and the Reason field identifies the particular error. Each message may include a number of additional parameter structures with information about the error: see the individual error descriptions for the structures that may occur. Informational message responses may be generated. There may, optionally, be a summary response (MQCFT_XR_SUMMARY), with a CompCode value of MQCC_FAILED, and a Reason field value of MQRCCF_COMMAND_FAILED.

 

Parent topic:

Extended responses


pc10490_


 

Home