Top "Msmq" questions

Microsoft Message Queuing (MSMQ) is a message queuing implementation developed by Microsoft and deployed as part of its Windows platform since 1996.

"Insufficient resources to perform operation." MSMQ when transaction contains multiple messages

I'm moving an application from one server to another and the new server returns the 'famous' - "Insufficient resources to …

c# .net msmq
Message does not reach MSMQ when made transactional

I have a private MSMQ created in my local machine. I am sending messages to the queue using following C# …

c# asp.net .net msmq
MSMQ Receive() method timeout

My original question from a while ago is MSMQ Slow Queue Reading, however I have advanced from that and now …

c# .net timeout msmq
Private or Public MSMQ

We are using Queue for few of are WCF services. We are using NetMSMQ binding for the WCF services which …

msmq private
Unable to load DLL 'mqrt.dll'

I've developed a WCF Service which is hosted as a Windows Service and exposes a MSMQ endpoint. I have the …

wcf dll windows-server-2008 msmq
Purge MSMQ queue and reset IIS from a bat file

Is it possible to purge a msmq queue from a bat file? Essentially I want to make a bat file …

batch-file msmq
How to use SignalR to notify web clients from ASP.NET MVC 3 that MSMQ tasks were completed

How would one use SignalR to implement notifications in an .NET 4.0 system that consists of an ASP.NET MVC 3 application (…

c# wcf asp.net-mvc-3 msmq signalr
Sending message to message queue on my machine.....Error "Invalid queue path name"

I am sending a message to a pretty standard message queue that I have created on my machine running Windows …

msmq message-queue
What does Windows Service Bus add to MSMQ?

I'd like to make an informed choice towards a simple publish/subscribe architecture. So I'm wondering: what does the Service …

c# .net msmq publish-subscribe servicebus
How to publish messages asynchronously to MSMQ in .NET Core?

There doesn't seem to be a client available, or maybe I'm just looking in the wrong namespace. How is this …

c# messaging msmq .net-core