Here\'s the scenario: 2 Machines: \"Machine A\" and \"Machine B\". Let\'s sat that their corresponding IP addresses are 192.168.0.100 (for A) and 192.168.0.200 (for B). Both machines have MSMQ insta
I\'m writing an app that needs to run a task at a specific moment in time so I am planning to use Quartz.NET for this. The task that needs to run though, has multiple steps, some of which could be a l
I am looking for some suggestions on what would be the best / effective method of exchanging information between 2 networked Windows servers...
I\'m moving an application from one server to another and the new server returns the \'famous\' - \"Insufficient resources开发者_开发技巧 to perform operation.\" message when the code attempts to send
I am getting the error \"the protocol \'net.msmq\' is not supported\" when I try and add a service reference to my WCF service in visual studio.
OS:namePrefix.nameSuffix\\priv开发者_C百科ate$\\queueName Will having a . (dot) present in the machine name have an issue when specifying the queue name?This is not an MSMQ issue.
I have to create a message queue if MSMQ is installed. If MSMQ is not installed then move forward without doing anything.
My local machine is on domain A, my simple console application tries to put a message onto a private queue of a remote machine, which is on domain B. In the outgoing queues the status shows connected
As the title says - i have 3 servers: server-1 [wcf services] server开发者_开发技巧-2 [wcf services]
I have a WCF router sending messages to a private msmq using netMsmqBinding. I have another WCF service listening for messages on that queue. When the security mode is set to \"None\" i am able to sen