Biztalk Multiple File processing
Hi all , i want some urgent help
Is there a possibility for BizTalk to run only one
instance of an Orchestration even if there is a lot of messages in the Queue?
By running one instance I mean that the MSMQ receive adapter reads one
message from the queue, starts the orchestration, finish the processing of
the file before it receives the next message in the queue? This means no
parallel processing of messages. Could this be done by using Order delivery?
I tried to do with singleton orchestration only one orchestration instance is getting created but if i put multiple files in the folder only first file is getting processed.Please suggest some solution for this problem .Thanks in advance.
From Swetha
|