JustJordanT / pizza-planet

Pizza Planet Application 🍕 🛻 - A place for me to build a modular Monolith
2 stars 0 forks source link

MassTransit RabbitMQ #26

Closed JustJordanT closed 1 year ago

JustJordanT commented 1 year ago

Trying to get them to play nice with each other.

JustJordanT commented 1 year ago

This is a good look at all the things needed for the RabbitMQ set up.

https://wrapt.dev/blog/building-an-event-driven-dotnet-application-setting-up-masstransit-and-rabbitmq

JustJordanT commented 1 year ago

Got this working, but there was an issue I spent the better part of a week on, the contracts that you use for messages need to be under the same namespace.