Hi Experts,
Requirement,
I am getting one messages from source, in source message I have information of 4 receivers (receiver numbers are dynamic).
I need to send my message to 4 receivers and I need to wait for the response from 4 receivers and need to post the response only once with 4 responses.
I designed my data type for request message likeu2026
Root 1
Header1 1
Header2 1
Item 1-unbound
Receiver 1 1
Client 1 1
u2026
u2026.
u2026.
Receiver 2 1
Client 2 1
Receiver 3 1
Client 3 1
So I need to split the message here and send it across 4 individual systems.
BPM Pattern multicast will be helpful?
Please suggest.
Thanks