Does anyone have a sample of an MQ Put and Get using the CorrelationId for the Get? I should be able to get this but I must be missing something simple.
I wrote a WebService in VB.NET that creates an XML message and places it on a MQ Queue. The message in then mapped to another Queue where the message is picked up, processed, and another message is se ...