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

WCF:What is it the Net.TCP Port Sharing? How can we use it?

0 Answers   ADP,


Which are the different isolation levels in wcf?

0 Answers  


What is the "address" property of endpoint in wcf?

0 Answers  


What is binding and how many types of bindings are there in wcf?

0 Answers  


How to deal with operation overloading while exposing the wcf services?

0 Answers  






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

2 Answers  


Define message contracts?

0 Answers  


WCF:Could the ExactlyOnce property of the netMsmqBinding be true if the queue is not transactional?

1 Answers  


What are the transport schemes supported by wcf? Give example of address for each scheme.

0 Answers  


How many types of transport schemas are there in wcf?

0 Answers  


What is the usage of datacontracts in wcf?

0 Answers  


What is address in wcf and how many types of transport schemas are there in wcf?

0 Answers  


Categories