You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ftcopilot058 - please can you give an/some examples of the type of correlation ID that you are passing to SetJMSCorrelationID, and the string that you get back from GetJMSCorrelationID?
There are some examples in the getbycorrelid_test.go (at the link below) that show text strings being round-tripped successfully (limited to the first 12 characters, which is due to the 24 byte size of the internal MD Message Descriptor (MQMD) header field used to store the correlID when it is sent) https://github.com/ibm-messaging/mq-golang-jms20/blob/main/getbycorrelid_test.go#L281
Why encode GetJMSCorrelationID as hex instead of returning the correlationid to the user as is?
@matrober-uk
The text was updated successfully, but these errors were encountered: