Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Is there someone who has knowlegde off MQSeries › Re: Is there someone who has knowlegde off MQSeries
Hi
1) Can you specify the polling interval?
The mainframe is beeing polled every 60 ms, that’s way too much! If I look at the adapter, then see I a Property “Polling Interval” = 3 s but it changes nothing to current polling interval off 60ms. Correct me if I’m wrong, but the polling interval = checking every x seconds if there’s a message in the queue in the mainframe.
– You can specify only the adapter on receive location – minimum 1 sec’ upto as many hours as you wish. did you mean seconds right? not milliseconds…
saying …” every 60 ms, that’s way too much! ” meaning what ? to much opened connections for a short time? or to long delay between getting messages?
2) Is this behaviour normal?
– Opening and closing dinamic connections is normal – it works in a dinamyc way – there’s not much problem with it – it works in a multithreading.