|
Home > Archive > BizTalk Server Administration > May 2004 > Receive Functions
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]
|
|
|
| Hi,
Is it possible for a Rec Function to poll a remote Message Queue on the
network, on a machine that is not running BizTalk Server, and lift messages
within a transactional context into Queues that are local?
And is lifting remote files from mapped drives done within a transactional
context?
thanks in advance,
Mig
| |
| Basil Cheng 2004-02-08, 8:40 am |
| Hi Mig
Configuring the Biztalk MSMQ receive function to read from a remote
transactional MSMQ queue(ie not on the same box as the MSMQ receive
function) is not recommended or supported.
The link below provides more details.
http://msdn.microsoft.com/library/d...-us/msmq/msmq_a
bout_transactions_98vi.asp
You could use a File Receive function to lift files from a remote share,
or mapped drive.
Thanks.
Basil Cheng
Microsoft Biztalk Developer Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
| |
| Ashish Udas 2004-05-03, 12:37 pm |
| We do not want to read message transactionally,but we do want to read it from remote machine.
When we try to put format name of remote Queue (Like Direct=OS:<ComName>\Private$\MyQ
I got the following message when I try to specify the queue name
"queue name cannot start with "DIRECT=", "PUBLIC=", "PRVIATE=" or contain
"\" in the name
In short how we can specifiy "computername" and Queue name on computer?
Thanks in advance.
Ashish Udas
| |
| Andy Mater 2004-05-11, 8:21 pm |
| I'm working with BTS2002 and have no problem specifying a rf which reads
messages from a private queue on a remote machine. The format you're using
is correct.
Maybe you can be a bit more specific.
Greetz
Andy C. Mater
"Ashish Udas" <anonymous@discussions.microsoft.com> wrote in message
news:958DEFD5-1EAB-4669-BE93-DF60F9D0033E@microsoft.com...
> We do not want to read message transactionally,but we do want to read it
from remote machine.
> When we try to put format name of remote Queue (Like
Direct=OS:<ComName>\Private$\MyQ
>
> I got the following message when I try to specify the queue name
> "queue name cannot start with "DIRECT=", "PUBLIC=", "PRVIATE=" or contain
> "\" in the name
>
> In short how we can specifiy "computername" and Queue name on computer?
>
> Thanks in advance.
>
> Ashish Udas
>
|
|
|
|
|