Please suggest if there is anything similar to recipient-list-router in IBM Integration bus? I am new with working on IIB and all could find was routeToLabel, but it routes to only one receipient based on matched criteria. I want to implement a soapInput node, where in it takes soap request makes 2 copies of it,
- one goes to some default compute and to soapReply
- the second goes to proper processing to MQ/JMS asynchronous calls
So to make 2 copies of received soap request I need something like receipientListRouter in spring integration. Please suggest if any such exists in IIB or other way of doing this
Thanks