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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / kothavamsi

outside WCF ,we may use '$' while addressing queues but in
WCF we can't use '$'

Is This Answer Correct ?    2 Yes 0 No

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

Answer / hassan arafat

Yes, its the correct format.
See http://msdn.microsoft.com/en-
us/library/ms751493(v=vs.90).aspx

Is This Answer Correct ?    1 Yes 0 No

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

Answer / ramesh j

There is no error in the above address. The optional
Private$ is very much valid.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Explain about msmq integration binding?

0 Answers  


Where you use WSFederationHttpBinding in WCF?

0 Answers   Viscus Infotech,


what are the MEPs available in WCF?

0 Answers  


Explain service contracts?

0 Answers  


WCF:What is it the Net.TCP Port Sharing? How can we use it?

0 Answers   ADP,






What are the types of contract?

0 Answers  


Explain the role of WSDL in WCF?

0 Answers  


What is overloading in wcf?

0 Answers  


Can you explain address in detail?

0 Answers  


explain msmq integration binding? : Wcf data services

0 Answers  


explain what is transport and message reliability? : Wcf data services

0 Answers  


What is the difference wcf and web services?

0 Answers  


Categories