Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.17 KB

Azure-Microservices-Demo

This project is a demo of Azure microservices using MassTransit.

Presented at the KC.NET user group 6/28/22.
Slides available here

Test Projects

Run the command docker-compose up to set up all external dependencies for the project (rabbitmq, seq, sql, etc)
Demo.* project demo publishing/receiving messages
Run Demo.Publisher to publish messages
Run Demo.Worker to consumer messages

RabbitMQ: http://localhost:15672/#/channels (guest/guest)
SQL: localhost,1401;Initial Catalog=Demo;User Id=sa;Password=8jkGh47hnDw89Haq8LN2

Other links

Mass Transit
Microsoft Microservices Whitepaper
Microsoft Microservices eBook
Microservices Blog Series
Microservices Udemy Course