You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently ran into an issue with Highly Available (Mirrored) Queues, we have it configured on our RMQ cluster and whenever it is failing over a mirrored queue we're loosing consumers on those queues. Official RabbitMQ docs have suggested how consumers can recover consumption. https://www.rabbitmq.com/ha.html#cancellation
How big of a deal to add support for this to RawRabbit? If could've point to the areas in solution where I could look at to add support for HA queues.
The text was updated successfully, but these errors were encountered:
Hey Pär,
We recently ran into an issue with Highly Available (Mirrored) Queues, we have it configured on our RMQ cluster and whenever it is failing over a mirrored queue we're loosing consumers on those queues. Official RabbitMQ docs have suggested how consumers can recover consumption.
https://www.rabbitmq.com/ha.html#cancellation
How big of a deal to add support for this to RawRabbit? If could've point to the areas in solution where I could look at to add support for HA queues.
The text was updated successfully, but these errors were encountered: