S
sushant kora
I'm working with MSMQ queues and have my client application on one Windows Server VM, trying to access a remote private queue located on another Windows Server VM within the same domain network. When I grant full access to the client system in the remote private queue’s permission settings, I can successfully send and receive messages. However, when I remove these permissions, I expect to receive a "request forbidden" error or some form of exception when attempting to send a message. Instead, no exception is raised, and the call goes through the Send method without error, as shown in the attac
Continue reading...
Continue reading...