msmq
WCF MSMQ message processed multiple times
I have a WCF program that is being communicated with via MSMQ. For some reason several messages are being processed multiple times for no apparent reason.No errors are being thrown and I\'ve confirmed[详细]
2023-03-08 04:36 分类:问答MSMQ write taking > 1 minute
We have an ongoing problem with message writes to MSMQ being very slow.Our queue is on Win开发者_JAVA技巧dows Server 2008 SP2.The queue is a public queue, addressed at \"servername\\queuename\".[详细]
2023-03-07 23:39 分类:问答How to know programmatically whether Message Queueing is enabled on the machine or not?
I know that when I try to create new MessageQueue, system throws InvalidOperationException if the Message Queuing is not enabled.[详细]
2023-03-07 00:55 分类:问答Is it possible to trace http traffic generated by MSMQ over HTTP with Fiddler?
I send MSMQ messages over the HTTP transport. The message arrive fine, but I wish to see the actual HTTP traffic. Surele, WireShark shows it. However, Fiddler - does not.[详细]
2023-03-05 15:22 分类:问答How to trace MSMQ?
I have an agent and a server in different domains. The server acts as an MSMQ server and the agent acts as an MSMQ client. I am using the mqsender utility, which is part of the MSMQ tools.[详细]
2023-03-05 15:13 分类:问答Why does MSMQ think I'm on a workgroup computer?
My computer is connected to a domain, but when I go to create a public开发者_如何学Python queue:[详细]
2023-03-05 02:01 分类:问答MSMQ is a good choice?
I\'m doing some test messaging, and so far the MSMQ is the choice, especially for support in Mass Transit.[详细]
2023-03-04 11:55 分类:问答Inter-server communication via known ports
Our product system consists of an IIS 6.0 server, behind which is a Java SOA server, behind both of which is an Oracle database server.[详细]
2023-03-03 22:57 分类:问答.NET client-server communication over unreliable network
I am working on new a RIA that will most likely be developed using WPF. This application will communicate with a Web Service over an unreliable network (e.g. 3G).[详细]
2023-03-03 17:22 分类:问答MSMQ + C#, receiving a message with encoded byte[] body behaves differently on Windows 7 vs. Windows XP
I have an application that displays the contents of messages in an MSMQ message queue.There is a problem with MSMQ on Windows 7 not preserving the true object type of the data in the message body. In[详细]
2023-03-02 14:22 分类:问答