WCF:Is there an error in the Msmq address
the "net.msmq://MyHost/private$/MyQueue"?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is wcf programming?
What is transfer security?
What are the three types of transaction manager WCF supports?
What is "per call" instance mode in wcf?
WCF:Do we have to use the relative addresses when hosting in the IIS or the absolute addresses? Why?
What are the advantages of hosting wcf services in iis as compared to self hosting?
What is transport reliability in wcf?
WCF:Can we use the public queues without the Windows domain? If cannot then why?
What is the one-way mode in wcf?
How do you choose the hosting for wcf internet service?
Give an example of knowtype.
What is DataContract in WCF?
0 Answers Petranics Solutions,