Skip to content

A simple Web API project using RabbitMQ pub-sub concepts

Notifications You must be signed in to change notification settings

JGMelon22/SimpleRabbitMQ

Repository files navigation

SimpleRabbit

A simple Web API project using RabbitMQ pub-sub concepts.

Tech Stack

dotnet  rabbitmq  zedindustries  mysql  docker

How to build and execute it? 🛠️

First of all, make sure you have docker installed and MySQL and RabbitMQ containers running
  • Clone the repository
  • Inside of the sln folder, restore the dependencies with dotnet restore
  • Change the directory to SimpleRabbitPublisher with cd SimpleRabbitPublisher and execute the publisher project with dotnet run
  • Open a new terminal tab and change the directory to SimpleRabbitConsumer with cd SimpleRabbitConsumer and nd execute the consumer project with dotnet run

Now you can explore the application using either Swagger or your favorite API development tool, such as Bruno or Postman. You can also tweak the queue behavior with the Management Plugin.

References

RabbitMQ Docs
CodeMaze

About

A simple Web API project using RabbitMQ pub-sub concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages