Suppose i need to split a message into n different messages(1:n mapping) and send it to n different system's and get the response back from those systems.
How can i correlate the messages using message ID?
Since for a synchoronous interface both request and response message ID will be different.
Regards,
Dhana