If you want to correlate initial request messages with their combined
response messages, you can do so using the ReplyIdentifier in the Properties
folder of the response message.
Before you start:
To complete
this task, you must have completed the following tasks:
In some cases you might want to correlate aggregation request
messages with the combined response message produced by your fan-in flow,
there are two ways of doing this:
- Store some correlation information in one of
the requests sent out as part of the aggregation.
- Send the original request message directly back
to the AggregateReply node as one of the aggregation requests. To do this,
the CorrelId must be set to the MsgId, and the MQOutput node must have its
MessageContext set to 'Pass all'.