Is it possible to set the BizTalk receive location such that it will process the files in sequence? -


is possible set biztalk receive location such process files (say, have 10 files in folder) in sequence, ordered file creation timestamp?

you won't able use default file adapter here, not support kind of functionality.

one of options might use file adapter sample (from biztalk server sdk) , further customize publish files in order messagebox. here can find interesting blogpost started.

other options might be:

  • use orchestration re-sequence files.
  • develop windows service re-arrange files in order , use system msmq/sql (temporary) store files in order.

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -