Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use quorum queues for higher reliability #317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

Signed-off-by: Martin Domke <martin.domke@finleap.com>
@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.

None yet

2 participants