"unsigned char" doesn't mean that the field will be a readable string. If you are interested in using the fields, you'll have to use memcpy to get at them.
That's the point. Since it is an ...
Hello!
I'm feeding a queue using the MQPUT C funtion. I've set the MQPMO_NEW_MSG_ID and the MQPMO_NEW_CORREL_ID options so the Correlation Id and the Message Id are generated by MQ. At last, I would ...