Skip to content

fatihemirhangungor/RabbitMQ-MassTransit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ - Masstransit Implementation in .Net 5

This project is about implementation of RabbitMQ and Masstransit in .Net 5

git clone https://github.com/fatihemirhangungor/RabbitMQ-dotnet5.git
cd RabbitMQ-dotnet5
dotnet run

Check accordingly

  1 -> RabbitMQService.cs  
  2 -> Publisher.cs  
  3 -> Consumer.cs  
  4 -> Program.cs 

RabbitMQ Windows

RabbitMQ-SS

Console Output

Console-SS

Setting Up Environment

Install RabbitMQ

Start RabbitMQ on your localhost

Go to this directory

cd C:\Program Files\RabbitMQ Server\rabbitmq_server-3.10.6\sbin

Run command

rabbitmq-plugins.bat enable rabbitmq_management

Open in your browser

http://localhost:15672/#/

Docker

docker pull rabbitmq:3-management
docker run --rm -it -p 15672:15672 -p 5672:5672 rabbitmq:3-management

About

Implementation techniques of RabbitMQ using pure package of itself and Masstransit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages