RyanParmenter
MIS
I'm using the MQDistributionList class to put a message into more than one queue. After I put the message, I'd like to retrieve the message IDs from my put. I'm guessing that there will be a different message ID for each queue. How do I retrieve the message IDs after I put the message? I should be able to retrieve a message ID for each queue into which the message is put, right? There is a messageID property of the MQMessage class. However, if I check it's value after putting via the MQDistributionList class' PUT method, the value is 24 ASCII zeroes (the default value).
Ryan
Ryan