Skip to content

Use quorum queues for higher reliability#317

Open
mdomke wants to merge 1 commit into
mainfrom
feature/use-quorum-queues-for-higher-reliability
Open

Use quorum queues for higher reliability#317
mdomke wants to merge 1 commit into
mainfrom
feature/use-quorum-queues-for-higher-reliability

Conversation

@mdomke
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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.

2 participants