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

Expand entity cache to cover the entire connection #580

Open
michaelklishin opened this issue Jul 30, 2019 · 0 comments
Open

Expand entity cache to cover the entire connection #580

michaelklishin opened this issue Jul 30, 2019 · 0 comments

Comments

@michaelklishin
Copy link
Member

See #579 for background.

RabbitMQ Java client has tweaked its "known entity" tracking to track and invalidate entries in its cache of known entities based on some of their attributes for operations that are performed on the same connection (but any channel on that connection).
In other words, if a queue was declared on one channel but deleted on another channel, it
should not be recovered by automatic connection recovery.

AutorecoveringConnection and AutorecoveringChannel demonstrate the idea.

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

No branches or pull requests

1 participant