Grzegorz Zulewski

Results 3 issues of Grzegorz Zulewski

> Please follow this guide to file a proper request report : https://portapps.io/doc/request-app/ * Name : Jetbrains Rider * Description : IDE for .NET * Website : https://www.jetbrains.com/rider/ * License...

:ok_hand: retained
:package: app request

I have such situation: Message are passed to `FirstExchange` with `some.routing.key` `FirstExchange` binds `some.routing.key` to `SecondExchange` exchange `SecondExchange` binds `some.routing.key` to queue `MyQueue`. Using code ```cs var rabbitMqSection = hostContext.Configuration.GetSection("RabbitMq");...

I would like to have possibility to run this library without creating exchanges and queues in service. I want to configure all aspects of exchanges and queues directly in RMQ....

question