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

Helper types to declare quorum queues #144

Closed
Zerpet opened this issue Dec 21, 2022 · 0 comments · Fixed by #145
Closed

Helper types to declare quorum queues #144

Zerpet opened this issue Dec 21, 2022 · 0 comments · Fixed by #145
Assignees
Milestone

Comments

@Zerpet
Copy link
Contributor

Zerpet commented Dec 21, 2022

The empty value of queue args in Channel.QueueDeclare() results in a classic queue. Declaring a quorum queue or a stream queue requires setting the argument x-queue-type to quorum or stream. This is documented in RabbitMQ docs, but we could ease and facilitate the declaration of other queue types.

@Zerpet Zerpet added this to the 1.6.0 milestone Dec 21, 2022
@Zerpet Zerpet self-assigned this Dec 21, 2022
@Zerpet Zerpet linked a pull request Dec 22, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant