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 service and client in perspective of data communication?
Is it possible for a WCF service to implement Multiple service contracts?
What is mean by wcf?
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?
Describe the various endpoints in wcf?
What is wcf api?
what is wcf tcp binding type? : Wcf data services
WCF:What is it the Net.TCP Port Sharing? How can we use it?
In wcf which bindings supports the reliable session?
do you know what is endpoint in wcf? : Wcf data services
What MEPs is supported by WCF?
What is the use of the was(windows activation service) compared to other hosting?
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)