I\'ve written a C# application that puts an XML-object into an MSMQ queue. The queue requires authentication.
I\'m battling a really weird problem here. I have a Windows 2008 R2 server with Message Queueing installed. On another machine, running Windows 2003 is a service that is set up to send messages to a p
I\'m trying to create a dead letter queue service in wcf with following service configuration: <service name=\"NotificationDeadLetterQueueService\">
I\'m browsing source codes from two applications sharin开发者_如何转开发g one queue using MSMQ. The first application has a thread that writes into the queue while the second application has another t
I have a .NET3.5 application that connects to a remote queue (a private queue, running on Windows Server 2008).The client recently was forced to upgrade the machine on which this application ran to Wi
I\'ve a business application where i\'ve a master application and multiple slave applications (geographically distributed) connected to each other. All the slave application interact through master ap
I am working to speed up a large number of integration tests in our environment. The problem I am facing right now is that during teardown between tests one WCF service using msmq binding takes about
I\'d like to provide a queuepath and get the number 开发者_如何转开发of messages thereupon.Any advice on how this could be done?This will list all queues on a machine and the number of messages:
I maintain a SQL Server-based application that requires us to send notifications of certain database changes to connected clients.These clients are fat-client C++ apps with high-bandwidth connectivity
Suppose I have no network card installed on my computer, and I would like to have functionality similar to the following: