Why does MSMQ think I'm on a workgroup computer?

前端 未结 8 1464
孤独总比滥情好
孤独总比滥情好 2020-12-15 05:42

My computer is connected to a domain, but when I go to create a public queue:

MessageQueue.Create(@\".\\testqueue\");

I get this error:

8条回答
  •  执念已碎
    2020-12-15 06:00

    I got the same problem and solved it by changing it to @".\private$\QueueName"

提交回复
热议问题