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 transport and message reliability?

1 Answers  


explain what is transport and message reliability? : Wcf data services

1 Answers  


Define data contracts?

1 Answers  


What is DataContract in WCF?

1 Answers   Petranics Solutions,


What is service host factory in wcf?

1 Answers  


WCF:Is the Reliable session asynchronous?

1 Answers  


What are the protocols supported by wcf hosting environment?

1 Answers  


What are different isolation levels?

1 Answers  


WCF:Reliable sessions in Windows Communication Foundation (WCF) use a transfer window. What is it the Transfer window? What does it means for the sender, for the receiver? How is it depend of the latency?

1 Answers  


How many ways to hosting WCF service?

1 Answers  


tell me what is proxy and how to generate proxy for wcf services? : Wcf data services

1 Answers  


do you know where we can host wcf services? : Wcf data services

1 Answers  


Categories