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 is wcf programming?

0 Answers  


What is transfer security?

0 Answers  


What are the three types of transaction manager WCF supports?

0 Answers  


What is "per call" instance mode in wcf?

0 Answers  


WCF:Do we have to use the relative addresses when hosting in the IIS or the absolute addresses? Why?

1 Answers  


What are the advantages of hosting wcf services in iis as compared to self hosting?

0 Answers  


What is transport reliability in wcf?

0 Answers  


WCF:Can we use the public queues without the Windows domain? If cannot then why?

1 Answers  


What is the one-way mode in wcf?

0 Answers  


How do you choose the hosting for wcf internet service?

0 Answers  


Give an example of knowtype.

0 Answers  


What is DataContract in WCF?

0 Answers   Petranics Solutions,


Categories