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.

How to change Msmq configuration from workgroup mode to domain mode?

There is a public queue named queue1 on machine A. I want to send messages to this queue from machine …

msmq
Disadvantages of SQL Server Service Broker

I have been doing r&d for the scope of SQL Server Service Broker to replace current messaging solution …

sql-server msmq message-queue service-broker
Enum not serializing

I have a WCF service. it is bound to an MSMQ but that is not the issue here. I can …

c# wcf msmq
How to Create a C# Listener Service for MSMQ as a Windows Service

I'll start by saying I'm not a .NET developer, but have been thrown into a project where I need to …

c# windows-services asp-classic msmq
MSMQ Messages Are Stuck In The Outgoing Queue

Although my question looks similar to some already found on SO, those post did not help me, so here it …

.net msmq
The number of messages on an MSMQ via Powershell

I'd like to provide a queuepath and get the number of messages thereupon. Any advice on how this could be …

powershell msmq
nServiceBus vs Mass Transit vs Rhino Service Bus vs other?

Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled …

msmq nservicebus servicebus masstransit rhino-esb
System.ServiceModel.ServiceHost, cannot be used for communication because it is in the Faulted state

Receiving this error when trying to work with the queue: Unexpected error occured: The communication object, System.ServiceModel.ServiceHost, cannot …

wcf msmq
Writing to a remote MSMQ

Okay, here is a very simple and fundamental question. If I have an application on windows machine A that wants …

.net windows msmq
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 queue: MessageQueue.Create(@".\testqueue"); I …

dns msmq workgroup