RE: Receive Fucntions
From: Shaheer Abubucker (shaheera_at_online.microsoft.com)
Date: 02/16/04
- Next message: Shaheer Abubucker: "RE: Receive Fucntions"
- Previous message: Shaheer Abubucker: "RE: BizTalk messaging service account"
- Next in thread: Shaheer Abubucker: "RE: Receive Fucntions"
- Maybe reply: Shaheer Abubucker: "RE: Receive Fucntions"
- Reply: Jeremy Wollard: "RE: Receive Fucntions"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 22:51:51 GMT
Mig,
BizTalk MSMQ Receive Functions cannot monitor MSMQ queues on remote
servers. This is actually an MSMQ limitation. MSMQ does not support
remote transactional reads. This is documented at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msmq/msmq_a
bout_transactions_98vi.asp
You will need to write an application on the MSMQ server that will write
the message to the local queue on the BizTalk server (remote transactional
writes are allowed). When you do this, MSMQ automatically puts the message
in the local outgoing queue and it is then transferred to the remote queue.
This will keep the message from getting lost if the connection between the
two boxes is broken.
Thanks,
Shaheer Abubucker
Microsoft Biztalk Server Team
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
--------------------
| From: "Mig" <bic_user2002@yahoo.co.uk>
| Subject: Receive Fucntions
| Date: Wed, 4 Feb 2004 10:45:46 -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: <uOCYpww6DHA.3804@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.biztalk.server
| NNTP-Posting-Host: owa.bicsystems.com 212.82.1.150
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.biztalk.server:8960
| X-Tomcat-NG: microsoft.public.biztalk.server
|
| 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
|
|
|
- Next message: Shaheer Abubucker: "RE: Receive Fucntions"
- Previous message: Shaheer Abubucker: "RE: BizTalk messaging service account"
- Next in thread: Shaheer Abubucker: "RE: Receive Fucntions"
- Maybe reply: Shaheer Abubucker: "RE: Receive Fucntions"
- Reply: Jeremy Wollard: "RE: Receive Fucntions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|