I'm trying to write an exit for the CLNTCONN/SVRCONN pair. The data I'm seeing in AgentBuffer is different from what I expected. The buffer starts with literal "TSH " which is not one of the documented structures.
For MQOPENs, this appears to be followed by the MQOD eyecatcher at offset 44, while for the MQPUT, the MQMD eyecatcher is at this offset. The MQPMO eyecatcher appears much further down the buffer.
Does anyone have structure layouts/documentation to explain the AgentBuffer content? IBM don't seem to document for this connection-type.
For MQOPENs, this appears to be followed by the MQOD eyecatcher at offset 44, while for the MQPUT, the MQMD eyecatcher is at this offset. The MQPMO eyecatcher appears much further down the buffer.
Does anyone have structure layouts/documentation to explain the AgentBuffer content? IBM don't seem to document for this connection-type.