Search code examples
msmq

MSMQ Access to Message Queuing system is denied when trying to receive message


I can't figure out why I'm getting a 'Access to Message Queuing system is denied' error when trying to receive a message from a remote queue. (Msmq 5.0).

Sending to the queue is no problem, receiving from it is.

The security of the queue itself is configured to give full control to everyone and anonymous.

Any idea why sending to this queue doesn't work? (firewall is not the issue because the error is the same with all firewalls turned off.).


Solution

  • I found the answer yesterday. DTC wasn't enabled for remote clients. A different error would have been clearer to me than just Access Denied.