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.

Not creating queues automatically in NServiceBus

I'm running NServiceBus 3.0.0 rc2 but when I start the application (as local admin) without pre-creating the MSMQ's it errors with : …

c# .net exception-handling msmq nservicebus
RabbitMQ High-speed Transient Messaging Performance

The system we are building is receiving data through the external feed. Our job is to distribute this data to …

msmq rabbitmq tibco
Move message from Dead Letter queue to Outgoing queue MSMQ

I have some messages in the system dead letter queue. I want to move it to the outgoing queue. But …

msmq
.NET asynchronous MSMQ

I don't understand where this is going wrong. Basically, I have a program which receives from a message queue and …

c# .net asynchronous msmq beginreceive
How to check if public MSMQ is empty

Is there any way to check if a public MSMQ is empty? For a private MSMQ it's easy: private bool …

c# msmq netmsmqbinding