|
Home > Archive > BizTalk Server General > March 2006 > Can we set polling interval dynamically
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can we set polling interval dynamically
|
|
| prakashvarma 2005-09-19, 7:49 am |
| Hi All,
In my BP scenrio ,i need to set listening interval(polling intv)
dynamically,is that possible,if it is possible,can u tell me the steps to
acheive it..
Thanks & Regards,
Jayendra.
| |
| Doug Girard [MSFT] 2006-03-25, 11:38 am |
| You can use the ExplorerOM to configure BizTalk application artifacts like
receive locations. A good entry point is here:
http://msdn.microsoft.com/library/d...-us/sdk/htm/frl
rfmicrosoftbiztalkexplorerom.asp
You should also understand that polling is adapter-specific and can mean
different things to different protocols. For example, a FILE polling
interval will be honored if working against a remote UNIX file share, for
example. But on a local NTFS share, file drop events may trigger
pre-emptive reads by the adapter, and if a sufficiently large number of
files are discovered the endpoint will continue to bring in documents to
process as long as there is work to do. Other adapters can and do work
differently. Just something to be aware of.
What is your scenario and why are you dynamically adjusting this? What
process would be requesting updates?
Regards,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>Thread-Topic: Can we set polling interval dynamically
>thread-index: AcW8/8qkmtOnMBODQ16Rjx9yBckapA==
>X-WBNR-Posting-Host: 134.146.240.5
>From: =?Utf-8?B?cHJha2FzaHZhcm1h?= <prakashvarma@discussions.microsoft.com>
>Subject: Can we set polling interval dynamically
>Date: Mon, 19 Sep 2005 02:52:05 -0700
>Lines: 10
>Message-ID: <122A5C7B-748B-4076-BC7C-868B81D02743@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.biztalk.general
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.biztalk.general:17627
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>Hi All,
>In my BP scenrio ,i need to set listening interval(polling intv)
>dynamically,is that possible,if it is possible,can u tell me the steps to
>acheive it..
>
>
>Thanks & Regards,
>Jayendra.
>
>
>
|
|
|
|
|