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

Question auto-delete #43

Closed
adrai opened this issue Oct 9, 2014 · 2 comments
Closed

Question auto-delete #43

adrai opened this issue Oct 9, 2014 · 2 comments
Milestone

Comments

@adrai
Copy link

adrai commented Oct 9, 2014

Concerning: https://www.rabbitmq.com/amqp-0-9-1-reference.html using auto-delete: true

workflow:

  1. producer(p) connects and binds to an exchange(e) // can be step 2
  2. consumer(c) connects and binds to an exchange(e) // can be step 1
  3. p sends some messages
  4. c receives messages
  5. c disconnects // currently the exchange(e) could be deleted
  6. p sends some other messages

Couldn't the exchange not only check for consumers but for producers too? so in my described workflow the exchange will not be deleted?

@michaelklishin
Copy link
Member

Please use the mailing list for questions.

@adrai
Copy link
Author

adrai commented Oct 9, 2014

@dumbbell dumbbell modified the milestone: n/a Mar 24, 2015
dcorbacho pushed a commit that referenced this issue May 27, 2016
dcorbacho added a commit that referenced this issue Nov 18, 2020
Use the same Ranch listener ID pattern as in the core
binarin pushed a commit that referenced this issue Sep 28, 2021
Switch to Mozilla Public License 2.0 (MPL 2.0)
dcorbacho pushed a commit that referenced this issue Jul 5, 2023
Fix bug when truncating replica stream with no overlap
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

No branches or pull requests

3 participants