Skip to content
RagtimeWilly edited this page Mar 14, 2017 · 6 revisions

What is White Rabbit?

The aim of this project is to provide a simple way to work with RabbitMQ without having to write the usual boilerplate code generally required when working with the official .Net RabbitMQ client.

The library also provides a number of base classes and Autofac integrations to cater for a number of message handling patterns (e.g dispatchers, decorating message handlers, etc).

The library is designed with an onion architecture in mind and makes it very easy to decouple the application layer from the infrastructural concerns of publishing & consuming messages. But it should be compatible with any application which interacts with RabbitMQ.

Please see documentation for more information.

Documentation

Clone this wiki locally