473,385 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

support for guarranteed delivery?

OC
Does anyone know if there is any support for guaranteed delivery of messages
such as with MSMQ for .NET (webservices, etc.)? I have a high-speed
data-entry application being ported from the mainframe that can involve
millions of dollars per day per keyer and, due to volumes and timing issues
simply cannot afford to risk network reliability or latency issues...
However, I DO NOT want to install MSMQ on all the client workstations if
this can be avoided.
Jul 21 '05 #1
1 1504
OC,
Does anyone know if there is any support for guaranteed delivery of messages such as with MSMQ for .NET (webservices, etc.)? Yes MSMQ supports MSMQ via the System.Messaging namespace:
http://msdn.microsoft.com/library/de...mMessaging.asp

To Guarantee Delivery you set the Message.Recoverable property:
http://msdn.microsoft.com/library/de...rableTopic.asp
..NET web services only use HTTP for a transport, however the web service
could open the queue on the server.
However, I DO NOT want to install MSMQ on all the client workstations if
this can be avoided. If you want to use MSMQ you will need to have it installed on each PC, or
call a server component (.NET Remoting, COM+ or Web Service) that uses MSMQ.
I would favor installing MSMQ on each PC. As you avoid the problem of the
Web Service itself not being avaible.

Hope this helps
Jay

"OC" <nf*@nospam.com> wrote in message
news:uQ**************@tk2msftngp13.phx.gbl... Does anyone know if there is any support for guaranteed delivery of messages such as with MSMQ for .NET (webservices, etc.)? I have a high-speed
data-entry application being ported from the mainframe that can involve
millions of dollars per day per keyer and, due to volumes and timing issues simply cannot afford to risk network reliability or latency issues...
However, I DO NOT want to install MSMQ on all the client workstations if
this can be avoided.

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: postmaster | last post by:
This is an automatically generated Delivery Failure Notification. Delivery to the recipient failed. Status Code: 5.1.1 User Unknown If you are trying to reach Blue, please send email to...
0
by: postmaster | last post by:
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. LPOLLARD@Darbylaw.com
0
by: Dica | last post by:
i think i've gotten the wrong idea about the differences between a read receipt and delivery status notificaiton. i was assuming that delivery status notificaiton is a response line from the remote...
5
by: Chris Thunell | last post by:
I'm using the system.web.mail in vb.net to send emails out in a vb.net application. The sending of emails works great. Is there a way to have it send me back a delivery receipt or a read receipt?...
0
by: Kostadin Kostov | last post by:
Hi! I'm developing component for sending emails and want to have the ability to request delivery receipt when sending an email. I use the "Return-Receipt-To" header:...
1
by: Diffident | last post by:
Hello Guys, I have an issue with one of the EDP's (Exam Delivery Providers) for Microsoft Certification exams. Someone on this group has suggested me to open a support incident to voice my...
1
by: OC | last post by:
Does anyone know if there is any support for guaranteed delivery of messages such as with MSMQ for .NET (webservices, etc.)? I have a high-speed data-entry application being ported from the...
2
by: audiophilechris | last post by:
Can anyway help me write this query? I've created a DB to help me manage delivery logistics for items I rent out. I have a table that i use to record delivery date, delivery time, pickup date,...
0
by: Michael Bell | last post by:
From: Mail Delivery System <Mailer-Daemon@ptb-relay02.plus.net> To: michael@beaverbell.co.uk Subject: Mail delivery failure: returning message to sender Date: Wed, 31 Oct 2007 19:39:57 +0000 ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.