Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
/ HackDays.Eventing Public archive

Seeing how we can communicate between independent systems in a microservice architecture, using eventing.

Notifications You must be signed in to change notification settings

Homely/HackDays.Eventing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackDays.Eventing

Seeing how we can communicate between independent systems in a microservice architecture, using eventing.

Setup

  1. Install RabbitMQ via docker:

docker run -d --hostname my-rabbit --name some-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management

  1. UI can be viewed via management console:

http://localhost:15672

Running

  1. Run the Producer console app to publish messages
  2. Run the SubscriberOne and/or SubscriberTwo console apps to receive messages

About

Seeing how we can communicate between independent systems in a microservice architecture, using eventing.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages