aspnetboilerplate-samples/MassTransitSample
İsmail ÇAĞDAŞ e5176815ad updated readme file for MassTransitSample 2023-01-17 15:20:08 +03:00
..
_screenshots added initial project for mass transit sample 2023-01-17 13:44:30 +03:00
aspnet-core configure MassTransit in MVC project to consume messages 2023-01-17 15:10:23 +03:00
.gitattributes added initial project for mass transit sample 2023-01-17 13:44:30 +03:00
LICENSE added initial project for mass transit sample 2023-01-17 13:44:30 +03:00
README.md updated readme file for MassTransitSample 2023-01-17 15:20:08 +03:00
rename.ps1 added initial project for mass transit sample 2023-01-17 13:44:30 +03:00

README.md

Using MassTransit with RabbitMQ in ASP.NET Boilerplate

In order to test this project, follow the steps below;

  1. Install RabbitMQ, see https://www.rabbitmq.com/install-windows.html
  2. Follow the Getting Started document to create the database and run the project.
  3. Run the Publisher app.
  4. Run the MVC app.
  5. Send messages via Publisher app using the /swagger endpoint.