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
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\".
I know that when I try to create new MessageQueue, system throws InvalidOperationException if the Message Queuing is not enabled.
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.
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.
My computer is connected to a domain, but when I go to create a public开发者_如何学Python queue:
I\'m doing some test messaging, and so far the MSMQ is the choice, especially for support in Mass Transit.
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.
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).
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