Top 20 NuGet message Packages

RabbitMQ message queue implementation
Injectable dependency for multithreaded RabbitMQ message consuming. Best used with NanoMessageBus.Sender package.
Message Broker in Interactive And Web Project - Doğuş Teknoloji
Message Broker in Interactive And Web Project - Doğuş Teknoloji
GSMComm is package for GSM phones, mainly for performing SMS-related tasks.
A base class library to add useful extensions to .NET, like messanging, LINQ expression parser and extension methods, Task Parallel Library helpers, type auto-mapping for storage and benchmark.
C# library for queuing emails in a database and sending asynchronously
MCM (Message-Command-Message) is an open source framework for building modular, military simple .NET applications and state machine APIs of any size. Highly recommended is using it with Visual Studio Templates from http://www.mcm-framework.net
The Coding4Fun Toolkit has multiple controls and useful items such as a GzipWebClient and Audio Recorder for XAML based applications. This is the complete version which includes the network, storage wrappers, controls, and audio helper libraries.
Designed for speed and efficiency (i.e. no iteration / counting of messages using .NET managed code or WMI calls). Uses 'Unsafe' PInvoke with native MSMQ API.
Very fast .NET in-memory message queue that uses TCP/InProc transport
This is a simple light library to use between your layers to send feedback for operation.
Classes for seriazing messages to and from REST web services.
A simple, easy to use asynchronous messaging framework for .NET.
Nerve is a federated message bus for .NET. It allows for fast and easy concurrent message routing and processing without thread synchronization.
Automatic push queues for your REST services
MongoDb implementation of IProcessManagerFinder.
Simple helper that provides message queuing for any class.
"No lock... no deadlock!" Michonne is a library that allows you to erradicate deadlocks within your applicative code by providing you composable behaviors for tasks/lambdas execution (i.e. dispatcher, sequencer, balking dispatcher, etc), in replacement of locks and raw TPL primitives that will lead ...
jack is a beanstalkd (http://kr.github.io/beanstalkd/) client written in F#. Install: nuget install jack Usage: open jack let client = Connection.parseAddress "localhost:11300" |> Client.connect client.useTube "testTube" |> ignore client.put 1000 0 30 ...