RabbitMQ provider implementation.
Info
| Version: | 8.2.10 |
| Author(s): | Cengiz Ilerler |
| Last Update: | Sunday, December 14, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/cilerler/ruya |
| NuGet Url: | https://www.nuget.org/packages/Ruya.Services.MessageQueue.RabbitMq |
Install
Install-Package Ruya.Services.MessageQueue.RabbitMq
dotnet add package Ruya.Services.MessageQueue.RabbitMq
paket add Ruya.Services.MessageQueue.RabbitMq
Ruya.Services.MessageQueue.RabbitMq Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.2)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.2)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.2)
- Newtonsoft.Json(>= 12.0.3)
- RabbitMQ.Client(>= 5.1.2)
- Ruya.Services.MessageQueue.Abstractions(>= 1.2.0)