How to use BizTalk throttling feature to achieve throughput control like receive/deliver only 1 document every contain period?

 

How to use BizTalk throttling feature to achieve throughput control like receive/deliver 1 document every contain period?

 

Many people may not know but this is definitely possible by using Rate-based throttling settings. For example, you can create a particular host with the following Rate-based throttling configuration:

 

 

 

And a more important action is to change the batch size of your receive location to 1. Otherwise the adapter will still receive multiple  files every time depends on the batch setting.

 

 

After that, you will get the effect that files are picked up by BizTalk one-by-one and send to a destination in order.

 

Best regards,

WenJun Zhang