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
Post a Comment