Home

 

PutApplName (MQCHAR28)

This is the name of the application that put the message on the dead-letter (undelivered-message) queue.The format of the name depends on the PutApplType field. See also the description of the PutApplName field in MQMD - Message descriptor.

If the queue manager redirects the message to the dead-letter queue, PutApplName contains the first 28 characters of the queue-manager name, padded with blanks if necessary.

The length of this field is given by MQ_PUT_APPL_NAME_LENGTH. The initial value of this field is the null string in C, and 28 blank characters in other programming languages.



 

Home