Webservices Realibilty

M

Michael Evans

Can anyone please help me understand if I want reliable messaging with a
webservice how do I achieve that? I heard that if you want reliable
messaging use System.Messaging. I guess I don't understand how can I make a
webservice call from my client application and expect it to get a response
back from a messaging queue?

What im trying to do is expose my webservice and make sure that the clients
messages always reaches the web server.Can you use a Webservice with
system.messaging? Or are there to different technology stacks.


PS
I understand that there is WS-Realible Messaging in the works, but what
about now!
 
J

Jan Tielens

What im trying to do is expose my webservice and make sure that the
clients
messages always reaches the web server.

I think this is not good to assume... In my opinion you must keep in mind
that a call to a web service can go wrong (this is also a SOA concept). BUT,
what reliable messaging is all about in my opinion: once the web service
call reach the web server, your client can be sure it will be processed.

So practically, you could create following architecture: a web method that
puts a message into a message queue. So once the client has made a call, it
knows the message is safe in a message queue. A server process picks up the
message and processes it. The result could be that the response is placed in
a queue to which the client is listening. Or your client could check back
once in a while using a web method.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,818
Latest member
Brigette36

Latest Threads

Top