antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

enable usage of consumer and producer without cyclic dependency #56

Closed JanEggers closed 3 years ago

JanEggers commented 3 years ago

with this slight change you are able to use producing service inside messagehandleres when registering them seperately.

I think thats quite handy as you can better utilize dependency injection