WCF:What types of reliable messaging are implemented in the
WCF?



WCF:What types of reliable messaging are implemented in the WCF?..

Answer / Ramesh Babu

Reliable messaging in WCF includes Reliable Session (RS), Reliable Delivered (RD), and Sequenced Delivery. RS ensures that messages are delivered to the service exactly once, in the correct order, and without losing any data. RD ensures that messages are delivered at least once, but not more than once. Sequenced Delivery guarantees that messages are delivered in the same order they were sent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

How to define a service as rest based service in wcf?

1 Answers  


What is the main advantage of WAS?(Windows activation service) When it is used?

2 Answers  


WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?

4 Answers  


What MEPs is supported by WCF?

1 Answers  


What are different bindings supported by wcf?

1 Answers  


Describe the wcf architecture?

1 Answers  


Is MSMQ works in two-way communications in WCF?

1 Answers   Viscus Infotech,


What is abc in wcf?

1 Answers  


What is the difference between transport level and message level security?

1 Answers  


what is overloading in WCF?how to do autentication in WCF.

1 Answers   BirlaSoft, Logica CMG,


Explain wcf?

1 Answers  


What are the types of bindings in wcf?

1 Answers  


Categories