MQM Adapter using the CorrelationId field

We are Putting a message and then monitering a second queue for a response but we want only the message that was the result of the Put. It apears that the CorrelationID is the way to go but how do you use the Filter tab to turn this option on?

We use a different approach. We use the event’s _eventID(which is always unique) as the correlation ID and pass that and then expect the message matching that back. This way wM manages the correlationID.