Home

 

InvalidDestCount (MQLONG)

This is the number of messages that could not be sent to queues in the distribution list. The count includes queues that failed to open, as well as queues that were opened successfully but for which the put operation failed. This field is also set when putting a message to a single queue that is not in a distribution list.

Note:
This field is set only if the CompCode parameter on the MQPUT or MQPUT1 call is MQCC_OK or MQCC_WARNING; it is not set if the CompCode parameter is MQCC_FAILED.

This is an output field. The initial value of this field is 0. This field is not set if Vis less than MQPMO_VERSION_2.



 

Home