Changing the Polling Interval on the BizTalk MSMQ Receive Adapter

Is there a setting that affects the polling interval on the BizTalk MSMQ receive adapter?

I read the section in Professional BizTalk 2006 that "this is set to 1/2 second and not configurable", but the delay on my test field is about 10 seconds.

+1


a source to share


2 answers


What reduced the latency is reducing the batch size to 1



+1


a source


Unable to configure the polling interval for the MSMQ Receive adapter.



Regarding the delay in polling 10 seconds, is it possible that the Host / Host instance under which the adapter is running might be heavily loaded, hence the latency?

+1


a source







All Articles