Message Aggregation in webMethods 6.1

Hi All,

I have a scenario where in webMethods will receive multiple message for a specific API to be triggered. For e.g when first message msg1 arrives, wM would check the status to see if any further message (msg2, msg3,…etc) are coming up. Once all the messages are arrived/received , webMethods needs to call another system by aggregating the data received in all the messages. Message may come at different time interval, which means there can be delay of couple of days as well.

I understand this is a specific ESB capability, but not sure if this facility is available in webMethods 6.1

Any thoughts are welcome.

Regards,
KK

You would use the document/message/event join capabilities of IS to do this. Refer to the pub/sub dev guide.