dev-fatih-erol / AspNetCore.EventBus.RabbitMQ

An EventBus base on Asp.net core 3.1 and RabbitMQ.
13 stars 2 forks source link

Not an issue, a request. #1

Closed samcov closed 3 years ago

samcov commented 3 years ago

I love that you're doing this, it was my desire to get the event bus extracted from Microsoft's design.

My Request: Whenever you have time, if interested, could you show how to use this by doing the following simple app(console or asp.net).

  1. A single publisher
  2. Two consumers: A dynamic consumer and a typed consumer

Sort of a quick start demo.

Thanks for building this, and I hope you can provide the demo.

samcov commented 3 years ago

Ok, it was brain dead simple to do this, thanks!

Thanks a LOT for this, it makes it simpler with the built in IOC container.