Skip to content

This is a short explanation of a message broker in c# 7, for some friends who are learning to code.

License

Notifications You must be signed in to change notification settings

RobertFinger/RabbitMQDDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQDDemo

This is a short explanation of a message broker in c# 7, for some friends who are learning to code.

first run a rabbit mq server. https://www.rabbitmq.com/download.html docker run -it --rm --name rabbitmq -p 5672:5672 - p 15672:15672 rabbitmq: 3.12 - management for now use guest / guest for user and pass. click on the docker container to test.

Don't forget to set the startup projects to multiple projects and select both the sender and receivers.

Yes, we can run 2 instances of receiver 1. But this is as rabbitmq demo, not a docker demo.

About

This is a short explanation of a message broker in c# 7, for some friends who are learning to code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages