Skip to content

Getting started

RagtimeWilly edited this page Mar 12, 2017 · 6 revisions

Installing from NuGet

Core

The core package is WhiteRabbit.

PM> Install-Package WhiteRabbit

This provides classes for configuring the application's Rabbit topology as well as consuming and publishing to RabbitMQ.

Serialization

There are a number of serialization packages available:

PM> Install-Package WhiteRabbit.Json

PM> Install-Package WhiteRabbit.Protobuf

See serialization documentation for more information.

IoC

There is an Autofac package available which greatly simplifies dependency injection and provides support for setting up a scoped context per message and chaining message handlers:

PM> Install-Package WhiteRabbit.Autofac

Clone this wiki locally