JasperFx / jasper

Next generation application development framework for .Net
http://jasperfx.github.io/
MIT License
420 stars 54 forks source link

Conventional routing for Rabbit Mq #707

Closed jeremydmiller closed 2 years ago

jeremydmiller commented 2 years ago

Shamelessly rip off MassTransit here, but I agree with their approach anyway

Automatically spin up a fan out exchange with the name of each message type using the message type name.

In development mode, build a queue for listeners and bind it to the queue of the same name.