Skip to content

Conversation

@mdomke
Copy link
Contributor

@mdomke mdomke commented Dec 16, 2022

As opposed to the use case of automatically generated, exclusive queues, a named queue should be as reliable as possible. For that reason, I added the durable queue option in #312. Since RabbitMQ 3.8 reliable HA queues are of type quorum which replace the legacy mirrored queues. This merge-request changes the options when creating named queues accordingly.

https://www.rabbitmq.com/quorum-queues.html

@github-actions github-actions bot added the enhancement New feature or request label Dec 16, 2022
@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 59.351% when pulling 425a688 on feature/use-quorum-queues-for-higher-reliability into 0bee059 on main.

@mdomke
Copy link
Contributor Author

mdomke commented Dec 16, 2022

By the way: the AddWorker-method that creates named queues is not used in any component of monoskope in case you were wondering if this might break any of the existing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants