Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1015 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 1015 Bytes

RabbitMQ Client Extensions for .NET and Orleans

RabbitMQ Clients allow you to easily configure and manage RabbitMQ connections within your .NET projects

Installation

Choose from two different protocols

AMQP Protocol

Escendit.Extensions.DependencyInjection.RabbitMQ.AmqpProtocol

Escendit.Extensions.Hosting.RabbitMQ.AmqpProtocol

Escendit.AspNetCore.Builder.RabbitMQ.AmqpProtocol

Stream Protocol

Escendit.Extensions.DependencyInjection.RabbitMQ.StreamProtocol

Escendit.Extensions.Hosting.RabbitMQ.StreamProtocol

Escendit.AspNetCore.Builder.RabbitMQ.StreamProtocol

Contributing

If you'd like to contribute to rabbitmq-dotnet-extensions, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.