IHostedServiceRabbitMQ
Simple RabbitMQ client implemented with .net core 2.2 and IHostedService interface.
Install / Use
/learn @glad4enkonm/IHostedServiceRabbitMQREADME
Introduction
A simple RabbitMQ client implemented in .net core 2.2 with IHostedService
How it was done
- Install .net core 2.2 SDK https://dotnet.microsoft.com/download/dotnet-core/2.2
- dotnet new console <project name>
- dotnet add package Microsoft.Extensions.Hosting --version 2.2.0
- dotnet add package Microsoft.Extensions.DependencyInjection --version 2.2.0
- dotnet add package RabbitMQ.Client --version 5.1.0
- add
<LangVersion>latest</LangVersion>to a .csproj file
Build and Run
dotnet build
dotnet run
