WCF:Is there an error in the Msmq address
the "net.msmq://MyHost/private$/MyQueue"?
Answer Posted / rasik bihari
Correct format is : "net.msmq://MyHost/private/MyQueue"
where I've assumed the following :
- MyHost is your machine name
- MyQueue is name of your private MSMQ name
Only problem in your format was the '$' sign. Everything
else was good
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is transfer security?
explain duplex ws binding? : Wcf data services
What are the different bindings supported by wcf?
What are the different wcf binding available?
explain wcf ipc binding type? : Wcf data services
What message exchange patterns (meps) supported by wcf?
Where you use WSFederationHttpBinding in WCF?
How can you generate proxies using svcutil in wcf?
What is callback mode in wcf?
What is the use of is required property in data contracts?
Exp wcf peer network binding type?
Explain the wcf ria?
What is the difference between wcf and wpf?
What is data contract equivalence?
explain wcf basic binding type? : Wcf data services