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

Which standard binding could be used for a service that was designed to replace an existing asmx web service?

0 Answers  


Explain different modes of security in wcf?

0 Answers  


What is purpose of IsWrapped property in Message Contract in WCF?

0 Answers   Viscus Infotech,


What is the use of sessionmode?

0 Answers  


what is wcf tcp binding type? : Wcf data services

0 Answers  


We have already 2 hostings iis and self hosting. There is another hosting ie was hosting. What is the use of the was(windows activation service) compared to other hosting?

0 Answers  


what is a Service Proxy in windows Communication Foundation?

0 Answers  


What are the types of bindings in wcf?

0 Answers  


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

0 Answers  


What are different elements of wcf srevices client configuration file?

0 Answers  


What is datacontractserializer in wcf?

0 Answers  


Which bindings in wcf support the message streaming?

0 Answers  


Categories