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

Add Default Queue Type for Vhosts #608

Closed
jbexten opened this issue May 8, 2023 · 3 comments · Fixed by #626
Closed

Add Default Queue Type for Vhosts #608

jbexten opened this issue May 8, 2023 · 3 comments · Fixed by #626
Assignees
Labels
enhancement New feature or request

Comments

@jbexten
Copy link

jbexten commented May 8, 2023

RabbitMQ is deprecating the use of classic queues in favor of quorum. The suggested migration strategy is to set up new vhosts with a default queue type parameter set to quorum. This allows for seamless migration and federation between classic queues and quorum queues. https://blog.rabbitmq.com/posts/2023/02/quorum-queues-migration/

I'm not experienced in GO so I don't have a pull request right now. Could the vhost spec be updated easily to send the DefaultQueueType to RabbitHole?

Thank You

@MirahImage MirahImage added the enhancement New feature or request label May 12, 2023
@ChunyiLyu
Copy link
Contributor

Needs rabbit-hole v2.14 (related PR) and rabbit 3.11.12 (related PR) or above

@ChunyiLyu ChunyiLyu self-assigned this May 25, 2023
@ChunyiLyu
Copy link
Contributor

rabbithole is updated as part of: #620
Working on this and PR is coming soon

@ChunyiLyu
Copy link
Contributor

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 a pull request may close this issue.

3 participants