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

Auto-delete and exclusive queues #9

Open
timurdautov opened this issue Jul 8, 2022 · 1 comment · Fixed by #10
Open

Auto-delete and exclusive queues #9

timurdautov opened this issue Jul 8, 2022 · 1 comment · Fixed by #10
Labels
enhancement New feature or request

Comments

@timurdautov
Copy link

It would be a great addition to Mela if it had the option to configure consumer-declared queues to be exclusive and/or auto-delete.

To avoid potential data loss and conflicts, perhaps this should only be allowed if the queue which the consumer is attempting to create does not already exist. Alternatively, this may apply only to server-named queues as per official RabbitMQ guidelines (https://www.rabbitmq.com/queues.html#properties)

@uthunderbird uthunderbird added the enhancement New feature or request label Oct 28, 2022
@uthunderbird uthunderbird linked a pull request Oct 28, 2022 that will close this issue
@uthunderbird
Copy link
Owner

Implemented in >v1.1, but not documented yet.

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.

2 participants