send-port

Biztalk Send Port Group and Filtering

So the model I need for my solution is as follows: I need to poll the database and based on a result, create a request to the database for more data, get the response and pass it to a group of ports, for which based on a promoted property, only one of the ports will act. It looks like this: However, if you assign "Temp Out" to a sen...

BizTalk: Queue requests to a send port

I have a send port going to a web service. At most, I want only 10 requests to be send to the web service at a time. Is this possible to do in biztalk? Hopefully through configuration? ...