MSMQ - message queuing has not been installed on this computer
问题 I have written a sample application to write to a public and private queues that are on dev server. I don't have the message queue installed on my local machine. I am getting error: message queuing has not been installed on this computer. Error is on this line: MessageQueue.Exists(queueName) Here is the full test code, all commented and not commented private and public queues are resulting in the same error. What am i doing wrong here? using System; using System.Collections.Generic; using