Skip to content

Sample implementation of a WebApi that publishes messages to RabbitMQ and consume them using a BackgroundWorker.

Notifications You must be signed in to change notification settings

ivanpaulovich/webapi-backgroundworker-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core 3.0 WebApi, BackgroundWorker and RabbitMQ

Sample implementation of a WebApi that publishes messages to RabbitMQ and consume them using a BackgroundWorker.

This is a working in progress. PR are welcome!

Install

$ git clone https://github.com/ivanpaulovich/webapi-backgroundworker-rabbitmq.git

Setup

$ ./src/scripts/setup-rabbitmq.sh
$ dotnet run
$ curl https://localhost:5001/Orders

Development Environment

Support and Issues

Please star it then open an issue.

About

Sample implementation of a WebApi that publishes messages to RabbitMQ and consume them using a BackgroundWorker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published