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



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

Answer / 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

More WCF Interview Questions

What is datacontractserializer and how its different from xmlserializer?

0 Answers  


explain data contracts? : Wcf data services

0 Answers  


Can we have two way communications in msmq?

0 Answers  


How we can use MessageContract partially with DataContract for a service operation in WCF?

0 Answers  


What is the service?

0 Answers  






What is the difference between wcf and web services?

0 Answers  


Define data contracts?

0 Answers  


What is datacontract?

0 Answers  


What is abc of wcf?

0 Answers  


Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?

0 Answers  


what are the MEPs available in WCF?

0 Answers  


What are the Advantages of hosting wcf in iis?

0 Answers  


Categories