WCF:Is the Reliable session tied to the transport session?

Answers were Sorted based on User's Feedback



WCF:Is the Reliable session tied to the transport session?..

Answer / kothavamsi

1. Message reliability is based on an industry standard
(Ws-Reliable Messaging) for reliable message-based
communication that maintains a session at the transport level.
2. To establish a reliable messaging link between two
endpoints, we first need a notion of a connection or
"session". Each message sent in the context of that session
is assigned a unique number denoting its order in the sequence

Is This Answer Correct ?    3 Yes 0 No

WCF:Is the Reliable session tied to the transport session?..

Answer / mohan krishna chowdary

-- No ---

Because:

The reliability is not tied to a particular transport
session (for example, the session a TCP connection
provides) and can use multiple transport sessions
concurrently or sequentially over the lifetime of the
reliable session.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More WCF Interview Questions

List the various protocols utilized in the messaging layer in wcf?

0 Answers  


Define the term policy binding?

0 Answers  


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

0 Answers  


How you can hosting a WCF service?

0 Answers   Viscus Infotech,


What are the possible ways of hosting a wcf service? Explain.

0 Answers  






What is difference between wcf and wpf?

0 Answers  


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

4 Answers  


What is the one-way mode in wcf? Explain.

0 Answers  


Give an example of knowtype.

0 Answers  


What is the difference between wcf service and web service?

0 Answers  


Explain fault contracts?

0 Answers  


WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?

0 Answers  


Categories