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 difference between wpf and wcf?

0 Answers  


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

0 Answers   Viscus Infotech,


What are the types of binding available in wcf?

0 Answers  


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

0 Answers  


What is the difference between xmlserializer and the datacontractserializer?

0 Answers  






What do you understand by the terminology soa?

0 Answers  


can you explain fault contracts? : Wcf data services

0 Answers  


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

0 Answers   ADP,


What does a windows communication foundation, or wcf, service application use to present exception information to clients by default?

0 Answers  


explain duplex ws binding? : Wcf data services

0 Answers  


Explain wcf contracts?

0 Answers  


What is extension of WCF Service?

0 Answers   Wipro,


Categories