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

What are tha advantages of hosting wcf service in was?

0 Answers  


What is the difference between wcf and wpf?

0 Answers  


Tell me what is three major points in wcf? : Wcf data services

0 Answers  


Explain use of Endpoints in WCF Service?

0 Answers  


How can you generate proxies using svcutil in wcf?

0 Answers  






How many ways to hosting WCF service?

0 Answers  


What is the difference wcf and web services?

0 Answers  


Explain Address, Binding, and contract for a WCF Service?

0 Answers  


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

0 Answers   ADP,


What are the transport schemas supported by wcf?

0 Answers  


Difference between wcf and web services?

0 Answers  


WCF:Could the two-way service operations be used with queued binding?

2 Answers  


Categories