Connecting To A Private Remote MSMQ Queue
问题 I'm trying to connect to a remote private MSMQ queue using the path: "FormatName:DIRECT=OS:remoteMachineName\Private$\MyQueue" and I'm getting the following error: "The specified format name does not support the requested operation. For example, a direct queue format name cannot be deleted." I'm obviously doing something wrong. However this does work using a local queue. I'm using Spring.Net's Messaging. Here's my config <objects xmlns="http://www.springframework.net"> <object id="myQueue"