I am using a VB application for sending and receving the mesages from the server, I am stuck with " I want to generate MessageID and co-relation ID for each message that is Put on to the Queue so that I may retrieve the data for the same Message ID and Co-realtion ID from the server"
I have set the follwing in my PUT program
Global Const MQPMO_NEW_MSG_ID = 64
Global Const MQPMO_NEW_CORREL_ID = 128
Please advise on the above at the earliest how I can acheive this.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum