all groups > dotnet remoting > august 2006 >
You're in the

dotnet remoting

group:

is guaranteed message delivery possible in .net remoting?if possible how?


is guaranteed message delivery possible in .net remoting?if possible how? reju
8/27/2006 8:17:25 AM
dotnet remoting:
any vb.net sample codes regarding certified messaging in .net
remoting...
Re: is guaranteed message delivery possible in .net remoting?if possible how? Spam Catcher
8/27/2006 4:10:50 PM
"reju" <rejumgeorge@gmail.com> wrote in news:1156691845.600733.277450@
74g2000cwt.googlegroups.com:

[quoted text, click to view]

Even with standard remoting, you're pretty much guaranteed message delivery
because if your message is not received at the remote end, your client end
will throw a connection exception.

But I did see a MSMQ remoting channel which will allow you to process
requests asynchronously. Your client could dump requests in a message
queue, and the remote end can process the queue.


http://www.codeproject.com/csharp/msmqchannel.asp
AddThis Social Bookmark Button