WCF:When is the MsmqIntegrationBinding or the
NetMsmqBinding used?
Answer Posted / 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 View All Answers
what is SOA?
What is the different between WCF web service and WCF web Api?
What are WCF contracts?
How many types of binding are there in wcf?
do you know what is the address formats of the wcf transport schemas? : Wcf data services
do you know where we can host wcf services? : Wcf data services
what are the main components of WCF?
What is the difference between wcf and web services?
what is DataContractSerializer?
explain service contracts? : Wcf data services
How do wcf services work?
How many types of various programming approaches used for WCF?
What are the different wcf binding available?
Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?
What are tha advantages of hosting wcf service in was?