02-10-04 08:38 AM
Hello Mig,
MSMQ does not allow remote transactional reads and BizTalk requires that
any queue it is interacting with be a transactional queue. So you cannot
use a receive function to read from a remote MSMQ queue. You have to get
that data over to the local MSMQ on the BizTalk box.
Remote transactional writes are OK so you could have an application sitting
on the MSMQ box pick up that file and remotely write it to the queue on the
BizTalk box.
MSMQ receive functions are transactional.
File receive functions are technically not transactional, but BizTalk only
deletes the file after it has written it to the database.
Thanks,
Shaheer Abubucker
Microsoft Biztalk Server Team
This posting is provided "AS IS" with no warranties,and confers no rights.
--------------------
| From: "Mig" <bic_user2002@yahoo.co.uk>
| Subject: Receive Functions
| Date: Wed, 4 Feb 2004 10:45:13 -0000
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <O#SyVww6DHA.2752@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.biztalk.general
| NNTP-Posting-Host: owa.bicsystems.com 212.82.1.150
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.biztalk.general:12667
| X-Tomcat-NG: microsoft.public.biztalk.general
|
| 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
|
|
|
[ Post a follow-up to this message ]
|