-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
RagtimeWilly edited this page Mar 12, 2017
·
6 revisions
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.
There are a number of serialization packages available:
PM> Install-Package WhiteRabbit.Json
PM> Install-Package WhiteRabbit.Protobuf
See serialization documentation for more information.
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