Skip to content

ritvaa/CSharpRabbitMqIntegration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C# RabbitMQ integration. How to run:

  1. Please ensure, that you've installed and running docker and run the following command: docker run -d --hostname my-rabbit --name local-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:4-management
  2. Open the solution in two separate terminals and cd into the Sender and Reciever projects in both terminals
  3. Run dotnet run in Receiver project, wait to start
  4. Run dotnet run in Sender project and observe how the Receiver reacts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%