Difference between reliable messaging and reliable sessions in WCF ?

 Posted by Rajkatie on 6/21/2012 | Category: WCF Interview questions | Views: 5428 | Points: 40
Answer:

Reliable messaging is concerned with ensuring that messages are delivered exactly once.

Reliable session provides a context for sending and receiving a series of reliable messages. reliable sessions have a dependency on reliable messaging.

You have to use reliable messaging to provide an end-to-end reliable session between a client application and a service.

So finally, both are different but related concepts


Source: MSDN | | Alert Moderator 

Comments or Responses

Login to post response