WCF:Is the MsmqIntegrationBinding used the msmq.formatname
scheme or the net.msmq scheme?

Answer Posted / rajsekhar

MSMQ uses paths and format names to identify a queue. Paths
specify a host name and a QueueName. Optionally, there can
be a Private$ between the host name and the QueueName to
indicate a private queue that is not published in the
Active Directory directory service.

Path names are mapped to “FormatNames” to determine
additional aspects of the address, including routing and
queue manager transfer protocol. The Queue Manager supports
two transfer protocols: native MSMQ protocol and SOAP
Reliable Messaging Protocol (SRMP).

The addressing of a queue in WCF is based on the following
pattern:

net.msmq: // <host-name> / [private/] <queue-name>

where:

•<host-name> is the name of the machine that hosts the
Target Queue.


•[private] is optional. It is used when addressing a Target
Queue that is a private queue.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In wcf which bindings supports the reliable session?

532


what is wcf tcp binding type? : Wcf data services

578


What is the difference between transport level and message level security?

536


What are the mep in wcf?

522


What do you understand by the term impersonation?

567






What is "per call" instance mode in wcf?

555


What is callback mode in wcf?

545


What is the messaging pattern? Which messaging pattern wcf supports?

524


What is "know types" in wcf?

566


What are the different bindings supported by wcf?

537


What are various ways of hosting wcf services?

554


List some of the different ways of hosting?

515


How datacontractserializer different from xmlserializer?

567


How you can hosting a WCF service?

573


What is address header in wcf?

697