Home

 

ReturnedLength (MQLONG)

This is an output field that the queue manager sets to the length in bytes of the message data returned by the MQGET call in the Buffer parameter. If the queue manager does not support this capability, ReturnedLength is set to the value MQRL_UNDEFINED.

When messages are converted between encodings or character sets, the message data can sometimes change size. On return from the MQGET call:

The following special value is defined:

MQRL_UNDEFINED

Length of returned data not defined.

On z/OS, the value returned for the ReturnedLength field is always MQRL_UNDEFINED.

The initial value of this field is MQRL_UNDEFINED. This field is ignored if Vis less than MQGMO_VERSION_3.



 

Home