MSMQ Issue reading remote private queues (again)

a 夏天 提交于 2019-12-03 03:07:37

OK .. I obviously didn't read all I needed to read. The answer was in:

MSMQ 4.0 - what's new in Computer Management?

I needed to add a new registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters\Security\AllowNonauthenticatedRPC

and set the value to 1.

Once I did this on the W7 server, then I could read the queue from the XP machine.

Am I the only one who thinks this is weird that anyone could write to the queue, but I had to set this to read from the queue? That is so bizarre.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!