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

Can't create durable queues that don't auto delete when the last consumer exits #2

Closed
gcachet opened this issue Jun 3, 2009 · 1 comment
Labels

Comments

@gcachet
Copy link

gcachet commented Jun 3, 2009

In Consumer.init() in file carrot/messaging.py :
# durable implies auto-delete.
if self.durable:
self.auto_delete = True

Why can't durable queues be set to auto_delete = False ?

@ask
Copy link
Owner

ask commented Jun 3, 2009

exclusive implies auto_delete, not durable. Closed by 276190a. Thanks gregoirecachet

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants