Reputation: 11
In the local network i am pushing private msmq message from windows server 2012 to 2022. But the queue message is not getting populated in the 2022 server. But in the trace, i can see the message reaching the server.
Tried by giving all the permissions to the queue in 2022 server.
Upvotes: 0
Views: 2103
Reputation: 11
Issue got fixed by adding a registry entry PermitAnonEveryoneSend in the path Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters\security. Restarted the server and created the queue again. This worked for me.
Upvotes: 1