TraceRouteRecording (10-digit signed integer)
Trace route recording.
This controls whether or not information about messages is recorded as they flow through a queue manager. The value is one of the following:
- DISABLED: no appending to trace route messages is allowed
- MQROUTE_RECORDING_Q: messages are put onto a fixed named queue
- MQROUTE_RECORDING_MSG: determine using message (this is the initial default setting)
To prevent the trace route message from remaining in the system, set an expiry value on it that is greater than zero, and specify the MQRO_DISCARD_MSG report option. To prevent report or reply messages remaining in the system, set the report option MQRO_PASS_DISCARD_AND_EXPIRY. For more information, see Appendix D. Report options and message flags.
To determine the value of this attribute, use the IATRGI selector with the MQINQ call.