WCF (Windows Communication Foundation) Question:
Download Questions PDF

Tell me Is there an error in the Msmq address
the "net.msmq://MyHost/private$/MyQueue"?

WCF (Windows Communication Foundation) Interview Question
WCF (Windows Communication Foundation) Interview Question

Answer:

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

Download WCF (Windows Communication Foundation) Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Can we use the public queues without the Windows
domain? If cannot then why?
When is the MsmqIntegrationBinding or the
NetMsmqBinding used?