WCF:When is the MsmqIntegrationBinding or the
NetMsmqBinding used?



WCF:When is the MsmqIntegrationBinding or the NetMsmqBinding used?..

Answer / niloy roy

The MsmqIntegrationBinding is intended for use with
existing, already-written native MSMQ applications. The
NetMsmqBinding is a lot better to use but only works if you
have WCF on both ends of the queue. Therefore, one of these
is always the clear choice for your queuing scenario
depending on what's on the other side. There's nothing
stopping you from hosting separate endpoints for each of
these bindings at the same time if you need communication
with both native and WCF clients. However, the two
endpoints need to be kept with separate queues because the
messages are not compatible.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More WCF Interview Questions

What is abc in wcf?

0 Answers  


What are the mep in wcf?

0 Answers  


What are dead letter queues?

0 Answers  


What is wcf ipc binding type?

0 Answers  


What are the endpoints in wcf?

0 Answers  






What is abc of wcf?

0 Answers  


What is "know types" in wcf?

0 Answers  


explain msmq integration binding? : Wcf data services

0 Answers  


What are the types of contract available in wcf?

0 Answers  


What are different bindings supported by wcf?

0 Answers  


tell me what is service and client in perspective of data communication? : Wcf data services

0 Answers  


What is extension of WCF Service?

0 Answers   Wipro,


Categories