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 wcf web service (ws) binding type?
What is wcf and wpf in dotnet?
How many types of various programming approaches used for WCF?
Explain abcs of endpoint?
What are the transport schemas does WCF supports?
WCF:Could the IIS-hosted WCF service make use of HTTP transport security if the IIS virtual derectory that contains the service does not support it?
How can we host wcf service?
what is SOA?
What is ConcurrencyMode in WCF?
What is fault contracts in wcf?
What are contracts in wcf?
Describe the wcf architecture?
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)