Info
Version: | 2.6201.3000 |
Author(s): | Ihar Yakimush |
Last Update: | Saturday, April 24, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/IharYakimush/rabbitmq-dependency-injection |
NuGet Url: | https://www.nuget.org/packages/RabbitMQ.DependencyInjection |
Install
Install-Package RabbitMQ.DependencyInjection
dotnet add package RabbitMQ.DependencyInjection
paket add RabbitMQ.DependencyInjection
RabbitMQ.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.0)
- Microsoft.Extensions.ObjectPool(>= 3.0.0)
- RabbitMQ.Client(>= 6.2.1)
Tags
Maintain 1 connection per application and 1 model per thread approach. ObjectPool to access IModel.
Background service to process messages.