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 the endpoint in WCF and what are the three major points in WCF?
What is the one-way mode in wcf?
Please explain different modes of security in wcf? Or explain the difference between transport and message level security.
Can you define more than one endpoints in a service model?
What are the three types of transaction manager WCF supports?
what is a Service Proxy in windows Communication Foundation?
Explain briefly different instance modes in wcf?
What is difference between WCF service application and WCF service Library?
What is InstanceContextMode in WCF?
What are different bindings supported by wcf?
What is proxy and how to generate proxy for wcf services?
explain wcf web service (ws) binding type? : Wcf data services
WCF:What is it the Net.TCP Port Sharing? How can we use it?
What does a windows communication foundation, or wcf, service application use to present exception information to clients by default?
What is the difference between xmlserializer and the datacontractserializer?