RE: Receive Fucntions

From: Shaheer Abubucker (shaheera_at_online.microsoft.com)
Date: 02/16/04


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
|
|
|



Relevant Pages

  • Re: How to pickup a message from a MSMQ queue from another box?
    ... MSMQt doesn't pickup from remote queues. ... How to pickup a message from a MSMQ queue from another box? ...
    (microsoft.public.biztalk.general)
  • Re: Using MSMQ in Web Services
    ... PocketPC 2003 does ship MSMQ as part of its SDK, ... MSMQ protocol, and not the HTTP based one. ... I have programmed an app that runs on PDA's that connects to Sql server. ... If the connection is down I want to create a queue on the pda to hold messages/data that when connected to the network will download the messages to Sql to insert data into database. ...
    (microsoft.public.pocketpc.developer)
  • Re: Message Queuing in Windows Server 2K Cluster
    ... Please see this document "Deploying Message Queuing (MSMQ) 3.0 in a Server ... Cluster": ... Further we have a private MSMQ on each machine that needs to accept queue ...
    (microsoft.public.windows.server.clustering)
  • Re: Unable to enlist in transaction
    ... MSMQ/MSMQt on the biztalk machine (would use the local MSMQ on the web ... server to send to BizTalk,) or create an application on the web server that ... | Subject: Re: Unable to enlist in transaction ... | transactional local queue. ...
    (microsoft.public.biztalk.server)
  • Re: Realtime disaster recovery? Is it reasonably possibe?
    ... If all you want is data replication, Microsoft Data Protection Server is near real-time replication. ... It is impossible to get real-time replication simply because of the speed of the link, but DPS does a good job. ... All of the ones I've looked at build a queue for storage and the remote ...
    (microsoft.public.windows.server.sbs)