⟩ Tell me Is there an error in the Msmq address the "net.msmq//MyHost/private$/MyQueue"?
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