EventBus.RabbitMQ.Standard icon indicating copy to clipboard operation
EventBus.RabbitMQ.Standard copied to clipboard

make durability configurable

Open jetersen opened this issue 3 years ago • 0 comments

We would like to make the exchange durable and sometimes the queue should be non-durable.

This allows the dev to control the exchange and queue so it can survive rabbitmq restart.

Another way to fix this is to listen for when the message is non routable and correctly allow the developer to bind the queue to the new exchange after a reboot of rabbitmq though that would require a need for calling DoInternalSubscription to correctly call channel.QueueBind once again.

jetersen avatar Apr 22 '21 17:04 jetersen