Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / MSMQ

MSMQ

MSMQ

Great Reads

by Michael Trembovler
The current article might be useful for users attempting to use NServiceBus. It contains detailed instruction for creating pairs: publisher-subscriber through ServiceMatrix. Solution architects may find this technique useful in many CQRS scenarios as a good alternative to WCF.
by Mohammad Sepahvand
Implementing a Simple, Secure WCF Service with MSMQ Communication
by Yuriy Magurdumov
This article describes more scalable implementation of MessageQueue.ReceiveByCorrelationId method.
by Bruce Bennett
Comparing the different methods of counting messages on a MSMQ

Latest Articles

by Michael Trembovler
The current article might be useful for users attempting to use NServiceBus. It contains detailed instruction for creating pairs: publisher-subscriber through ServiceMatrix. Solution architects may find this technique useful in many CQRS scenarios as a good alternative to WCF.
by Mohammad Sepahvand
Implementing a Simple, Secure WCF Service with MSMQ Communication
by Yuriy Magurdumov
This article describes more scalable implementation of MessageQueue.ReceiveByCorrelationId method.
by Bruce Bennett
Comparing the different methods of counting messages on a MSMQ

All Articles

Sort by Score

MSMQ 

by Michael Trembovler
The current article might be useful for users attempting to use NServiceBus. It contains detailed instruction for creating pairs: publisher-subscriber through ServiceMatrix. Solution architects may find this technique useful in many CQRS scenarios as a good alternative to WCF.
by Mohammad Sepahvand
Implementing a Simple, Secure WCF Service with MSMQ Communication
by Yuriy Magurdumov
This article describes more scalable implementation of MessageQueue.ReceiveByCorrelationId method.
by Bruce Bennett
Comparing the different methods of counting messages on a MSMQ
by Espen Harlinn
A simple Message Queuing client and server - illustrating how to create a solution capable of handling 500 000 messages in three minutes
by Espen Harlinn
This article shows how to create a simple trade logging server using Microsoft Message Queuing and Microsoft SQL Server
by Gil.Schmidt
How to move a wcf msmq message from an outgoing queue to another outgoing queue.
by Zoltán Zörgő
A complete solution of how to build a simple mail relay application using MSMQ
by David Combrinck
Quick overview and sample running a full .NET Framework 4.6.1 console app inside a Windows container, reading and writing from and to MSMQ queues.