msmq
What is the proper configuration so that messages are sent once, in-order, in MSMQ?
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[详细]
2023-02-19 01:16 分类:问答Quartz.net and/or MSMQ?
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[详细]
2023-02-17 05:08 分类:问答What would be the best method for interconnecting 2 .NET services on a Windows machine?
I am looking for some suggestions on what would be the best / effective method of exchanging information between 2 networked Windows servers...[详细]
2023-02-17 00:06 分类:问答"Insufficient resources to perform operation." MSMQ when transaction contains multiple messages
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[详细]
2023-02-16 22:59 分类:问答WCF, MSMQ - the protocol 'net.msmq' is not supported
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.[详细]
2023-02-16 10:42 分类:问答Is the following private message queue name valid?
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.[详细]
2023-02-16 08:06 分类:问答Wix and MSMQ: MSMQ Detection
I have to create a message queue if MSMQ is installed. If MSMQ is not installed then move forward without doing anything.[详细]
2023-02-16 01:20 分类:问答MSMQ private queue issue between two domains
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[详细]
2023-02-14 22:58 分类:问答MSMQ: do 2 servers need to be in same domain to be able to access private queues?
As the title says - i have 3 servers: server-1 [wcf services] server开发者_开发技巧-2 [wcf services][详细]
2023-02-14 20:58 分类:问答WCF Msmq with "Message" security, can't receive messages from the queue
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[详细]
2023-02-14 13:54 分类:问答