e5176815ad | ||
---|---|---|
.. | ||
_screenshots | ||
aspnet-core | ||
.gitattributes | ||
LICENSE | ||
README.md | ||
rename.ps1 |
README.md
Using MassTransit with RabbitMQ in ASP.NET Boilerplate
In order to test this project, follow the steps below;
- Install RabbitMQ, see https://www.rabbitmq.com/install-windows.html
- Follow the Getting Started document to create the database and run the project.
- Run the Publisher app.
- Run the MVC app.
- Send messages via Publisher app using the /swagger endpoint.