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


Please Help Members By Posting Answers For Below Questions

what is the difference between ASMX web services and WCF?

669


What is callback mode in wcf?

612


Can you explain how end points, contract, address and bindings are done in wcf?

610


What is wcf api?

592


How would you generate a proxy for wcf?

631


What are the essential components used in wcf?

590


how many types of contract does WCF defines?

613


What is throttling in wcf?

656


What are the different types of transaction managers supported by wcf?

561


What is endpoint in wcf?

682


What are the types of messaging programs?

807


What is the windows communication foundation?

601


What are the various address format in WCF?

620


What are different elements of wcf srevices client configuration file?

628


Could the iis-hosted wcf service make use of http transport security if the iis virtual derectory that contains the service does not support it?

613