I have a situation where I need to pass the MsgId contents as part of an XML message.
What I've found in the docs describes how the field in constructed by the queue manger
but it is described as being simply "a byte field". Are there any details as to what byte
range could be used? Specifically, codes between 0x00 and 0x20 are considered invalid
XML and if they can be included in the MsgId field then I need to account for that
possibility.
Thanks, Ben
