Ok, Quick background We\'re using NServiceBus 2.0 with pretty much the standard config, nothing \"crazy\" going on.
I\'m looking at adding multi-file uploading to our ASP.NET MVC web application. I am going to use the 3rd Party Multi-File uploader Aurigma to handle the actual uploading.
i am getting the purge to work on a queue but not on its journal any idea why? MessageQueue oque1 = new MessageQueue(Qname);
Using Microsoft MessageQueue there seem to be a memory leak related to the PeekCompleted event. I found a related question on experts exchange from 2005, but with no proper answer/solution: http://www
I want to look inside my queues, the msm console snapin has this property dialog, but it is very difficult to read and the messages which are important to me are enc开发者_C百科oded and look like this
I\'m exploring MSMQ services, and I wrote a simple console client-server application that sends each of the client\'s keystrokes to the server. Whenever hit a control character (DEL, ESC, INS, etc) th
My team is on our first attempt at using NServiceBus (v2.0), using MSMQ as the backing storage. We\'re getting stuck on queue permissions.
I notice the default config/recommenda开发者_开发问答tion of the timoutmanager is running it in its own host and pointing to its own queue.
I am trying to send messages to MSMQ on Windows 7 using C#. The code is as below: using(var q = new MessageQueue(\".\\Private$\\hellomsmq\"))
I send a handful of identical (except for Id#, obviously) messages to an MSMQ queue on my local machine. The body of the messages is a serialized XElement object.