Home Page › Forums › BizTalk 2004 – BizTalk 2010 › working with multiple incoming files at a single time` › Re: working with multiple incoming files at a single time`
August 4, 2010 at 3:04 AM
#25504
Hi,
You must implement integration pattern called Convoy. It will aggregate all your messages to one, and then will send that message with all attached files.
Convoys/Aggregators are common for task you need to build, and there are different types of them: squential, time-out based, etc’