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

Consider removing versioned delivery tags #700

Open
michaelklishin opened this issue Feb 20, 2025 · 0 comments
Open

Consider removing versioned delivery tags #700

michaelklishin opened this issue Feb 20, 2025 · 0 comments
Milestone

Comments

@michaelklishin
Copy link
Member

From their inception in Jan 2013, they have been one element in Bunny's approach to connection
recovery that I've always had doubted.

Bunny's connection recovery approach was ported to both Java and .NET clients, and has stood the test of time. However, version tagging specifically was not adopted by most Bunny-inspired AMQP 0-9-1 clients.

All other parts of Bunny's connection recovery are easy to reason about and explain, as years of experience with the RabbitMQ Java and .NET clients demonstrate. That's not the case with versioned delivery tags, which are not a protocol concept.

Removing versioned delivery tags is one of the low hanging simplification fruits.

@michaelklishin michaelklishin added this to the 3.0.0 milestone Feb 20, 2025
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

1 participant