msmq
(c#)How to implement a high performance duplicate check?
i want to find out a high performance duplicate check way. does anybody can help me ? i implement the check as the below, but now, i hope the speed can catch up sending message into a queue(MSMQ), so[详细]
2023-03-13 00:20 分类:问答Storage capacity of MSMQ on Windows 7
Is there a storage limit for MSMQ on Windows 7? I read that for versions older than 3.0, there is a 8GB limit. But again 开发者_如何转开发in a white paper read[详细]
2023-03-12 21:56 分类:问答Writing to a remote MSMQ
Okay, here is a very simple and fundamental question. If I have an application on windows machine A that wants to write to a queue on windows machine B, do I need to have MSMQ installe开发者_如何学Pyt[详细]
2023-03-12 14:13 分类:问答What Happens To MSMQ When Network Connection Lost
If I am using MSMQ over the web, what happens if the network connection is lost between client and server?[详细]
2023-03-12 12:16 分类:问答Problem Writing to Private Message Queue on Windows 7 64-Bit from .NET 2.0 Web Service
I have the following code in a web method of a .NET 2.0 VB web service application: <WebMethod()> _[详细]
2023-03-11 17:23 分类:问答MSMQ & WCF Messages not visible in private queue
There have been a few questions similar to this, and I am VERY new to MSMQ. I have been trying to link a ServiceContract and associated DataContract to MSMQ and have set up endpoints so that the Data[详细]
2023-03-11 12:28 分类:问答Enumerate all outgoing Queues in MSMQ, C#
Using C# and .NET 3.5, how can I get a listing of all outgoing queues in MSMQ? I found this article about it but as you can see below I do not have the COM entry for Microsoft Message Queue 3.0 Object[详细]
2023-03-10 00:16 分类:问答Remote MSMQ connection apparently lost problem when MSMQ server reboots
I am connecting to a remote MSMQ within a Windows Service, and doing a BeginReceive as follows: msmq.ReceiveCompleted += new ReceiveCompletedEventHandler(Process);[详细]
2023-03-09 18:55 分类:问答WCF over MSMQ, 403 Service unavailable
I setup a WCF se开发者_Python百科rvice to work over HTTP and MSMQ. It kind of works. The HTTP protocol works 100%. The problem is with net.msmq. When I check the queue, the messages have gone down by[详细]
2023-03-09 11:56 分类:问答WCF service with WAS: service cannot convert queue's path name
I got a WCF service listening on a via WAS on a MSMQ which is located on a different server within the same domain.[详细]
2023-03-08 15:50 分类:问答