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 SOA?
What are the different modes of security in WCF?
What is the proxy for wcf service?
When was wcf introduced?
tell me what is proxy and how to generate proxy for wcf services? : Wcf data services
WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?
What is wcf web service (ws) binding type?
How to set the instancing mode in wcf service?
What is REST and what is the problem with WCF REST and how it can be resolved?
What is a soa service?
What is the "contract" property of endpoint in wcf?
WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?
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)