What are the types of messaging patterns?



What are the types of messaging patterns?..

Answer / Avneet Kumar Gill

In WCF, there are four main message exchange patterns: 1. Request-Response: The client sends a request and waits for a response from the service. 2. One-Way: The client sends a request but does not expect a response from the service. 3. Duplex (Request-Reply and Solicit-Response): This pattern allows for bidirectional communication between client and service. 4. Sessionful (Per Session and Per Call): These are variations of duplex messaging where sessions can be created to maintain context across multiple messages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

How would you enable the metadata information of the service?

1 Answers  


What is message contract in wcf?

1 Answers  


What is wcf wpf wwf in net?

1 Answers  


what is the endpoint in WCF and what are the three major points in WCF?

1 Answers  


What are the wcf service endpoints?

1 Answers  


Explain briefly different instance modes in wcf?

1 Answers  


How many types of various programming approaches used for WCF?

1 Answers   Viscus Infotech,


Can you explain how end points, contract, address and bindings are done in wcf?

1 Answers  


What is the address formats of the wcf transport schemas?

1 Answers  


What wcf stands for?

1 Answers  


What is the use of the was(windows activation service) compared to other hosting?

1 Answers  


What is msmq binding?

1 Answers  


Categories