Skip to content

Amitpnk/Microservice-Communication-with-RabbitMQ-MassTransit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ--Microservice-Communication-with-MassTransit

Read the Entire Article here- https://amit-naik.medium.com/rabbitmq-with-asp-net-core-microservice-communication-with-masstransit-2314bc477736

Install ErLang and RabbitMQ in your local machine

  • ErLang
  • RabbitMQ
cd C:\Program Files\RabbitMQ Server\rabbitmq_server-3.8.17\sbin
rabbitmq-plugins enable rabbitmq_management
net stop RabbitMQ
net start RabbitMQ

Steps to run application

Step 1:

Keeping Publisher and Consumer/Notification running as Multiple startup projects

project

Step 2: Call post method

step2

Output

step3

About

Microservice messaging based architecture using RabbitMQ and MassTransit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages