antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

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

split / remove IQueueService to reduce pain with cyclic dependencies #58

Closed JanEggers closed 3 years ago

JanEggers commented 4 years ago

see #56

antonyvorontsov commented 3 years ago

Yup.

This https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection/pull/73 will solve the issue.

Thanks again!