SkillAgentSearch skills...

IHostedServiceRabbitMQ

Simple RabbitMQ client implemented with .net core 2.2 and IHostedService interface.

Install / Use

/learn @glad4enkonm/IHostedServiceRabbitMQ
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Introduction

A simple RabbitMQ client implemented in .net core 2.2 with IHostedService

How it was done

  1. Install .net core 2.2 SDK https://dotnet.microsoft.com/download/dotnet-core/2.2
  2. dotnet new console <project name>
  3. dotnet add package Microsoft.Extensions.Hosting --version 2.2.0
  4. dotnet add package Microsoft.Extensions.DependencyInjection --version 2.2.0
  5. dotnet add package RabbitMQ.Client --version 5.1.0
  6. add <LangVersion>latest</LangVersion> to a .csproj file

Build and Run

dotnet build

dotnet run

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks4

Languages

C#

Security Score

55/100

Audited on Nov 7, 2023

No findings