Use MQINQ in a client aplication
Some values queried using MQINQ are modified by the client code.
- CCSID
- is set to the client CCSID, not that of the queue manager.
- MaxMsgLength
- is reduced if it is restricted by the channel definition. This will be the lower of:
- The value defined in the queue definition, or
- The value defined in the channel definition
For more information, see the MQINQ.
Parent topic: Use the MQI in a client application