Tagged Questions

2
votes
1answer
355 views

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?
2
votes
2answers
2k views

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, ...