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
What is transport and message reliability?
What is the elements of WCF service used in client side?
WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?
What is the main advantage of was?
How to configure reliability while communicating with wcf services?
Give an example of knowtype.
What do you mean by client?
explain what is the difference wcf and web services? : Wcf data services
What is "service contracts" in wcf?
What is the difference between web service and wcf service?
Why to use wcf? Or what are the advantages of using wcf?
explain duplex ws binding? : Wcf data services
What is bindings?
What is the use of is required property in data contracts?
What message exchange patterns (meps) supported by wcf?