Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Is it possible to set the BizTalk receive location such that it will process the files in sequence? › Re: Is it possible to set the BizTalk receive location such that it will process the files in sequence?
October 6, 2015 at 10:51 PM
#26543
Hi,
Look the below article. it will help you
geekswithblogs.net/…/biztalk-ordered-delivery.aspx
and also as per my understanding FIFO end-to-end process in BizTalk only will work with the Message Queue adapters (since they are the only ones that can transactionally guaratee ordered delivery to the message box).