Skip to content

fatihadymn/RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ

This project is a example of producing and consuming events on RabbitMQ. This project also include two separate dockerize solutions in .Net Core 3.1.

Installation

Docker Desktop is required to use Dockerize solutions. Also If you are using Docker, there is no necessary to install rabbitmq on your local system.

Usage

First in terminal just go to docker-compose.yml file path and write this below code.

$ docker-compose up --build -d

Then three container will create on Docker.

  • Consumer
  • Producer
  • RabbitMQ

Finally, if you want to remove all containers on Docker, use this below code

$ docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages