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 |
What is "per call" instance mode in wcf?
what are the ways of hosting a WCF service?
What is difference between wpf and wcf?
Explain different modes of security in wcf?
Explain briefly different instance modes in wcf?
What is abc in wcf?
What is throttling in wcf?
What are the core components of wcf service?
Define data contracts?
What are dead letter queues?
How to perform Transaction query in WCF?
What is datacontractserializer and how its different from xmlserializer?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)