Easy to use patterns for .NET and MSMQ built on BusterWood.Msmq. e.g. publish/subscribe messaging using message labels, request/reply pattern, sending with delivery notification.
Please see the wiki page for more details.
A .NET library for MSMQ (Microsoft Message Queuing) with support for MSMQ 3.0+ features, i.e. subqueues and poison message handling for transactional queues.
Please read the wiki page for more details.
To create reliable patterns for MSMQ I needed transactional support for moving messages to subqueues, but this was not supported by System.Messaging
.