Is MSMQ works in two-way communications in WCF?



Is MSMQ works in two-way communications in WCF?..

Answer / Nikunj Rathi

Yes, MSMQ (Microsoft Message Queuing) can be used for both one-way and two-way communications in WCF. By using the NetMsmqBinding or NetPeerTcpBinding, a service can send and receive messages asynchronously over a message queue.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What are the types of bindings in wcf?

1 Answers  


What is data contract equivalence?

1 Answers  


What is .net 3.0?

1 Answers  


Differentiate between datacontractserializr and xmlserializer?

1 Answers  


What is msmq binding?

1 Answers  


What are the essential components used in wcf?

1 Answers  


What is the difference between xmlserializer and the datacontractserializer?

1 Answers  


How the concurrency mode is specified in wcf service?

1 Answers  


WCF:When is the MsmqIntegrationBinding or the NetMsmqBinding used?

1 Answers   CMC,


How we can use MessageContract partially with DataContract for a service operation in WCF?

1 Answers  


What are the 3 ways of implementing WCF(Windows Communication Foundation) concurrency?

1 Answers   QuestPond,


What is wcf and wpf in dotnet?

1 Answers  


Categories