MSMQ "Internet messaging" indeed doesn't even require Windows at the
other end. The caller must understand SRMP (aka BizTalk Framework 2.0
Reliable Messaging) and WS-Routing. What you are looking for is the
exact use case for that MSMQ feature.

Clemens

-----Original Message-----
From: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED]] On Behalf Of Jonni Faiga
Sent: Thursday, August 01, 2002 09:31
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] Webservice methods with Rollbacks


Hi,
I would like to write a Webservice method that
a) polls the callers connection status / gets notified if the caller
disconnects - during the method processing
b) gets an event if the caller disconnected after the method returned,
but before the XML was sent to the caller.

This would enable an "acceptable guarantee" of the clients receipt of
the reply. Even though the clients machine might reboot after receiving
the message, but before processing it.

Alternatively if this could be done using an MSMQ SOAP Transaction over
the internet. But I dont want to impose anything on the caller other
than the CLR.

Any ideas?
Jonni

You can read messages from the Advanced DOTNET archive, unsubscribe from
Advanced DOTNET, or subscribe to other DevelopMentor lists at
http://discuss.develop.com.

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to