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

Failed recovery of semi-durable bindings in JMS topic selector #9533

Closed
dcorbacho opened this issue Sep 26, 2023 · 0 comments
Closed

Failed recovery of semi-durable bindings in JMS topic selector #9533

dcorbacho opened this issue Sep 26, 2023 · 0 comments
Labels
Milestone

Comments

@dcorbacho
Copy link
Contributor

dcorbacho commented Sep 26, 2023

Describe the bug

The code refactor to prepare for the release of Khepri as metadata store introduced a bug in add_binding and other callbacks that just expect no serial or transaction: https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_jms_topic_exchange/src/rabbit_jms_topic_exchange.erl#L118
These callbacks must still handle transaction, none and Serial.

Other core exchange plugins need review too.

Reproduction steps

Use a durable, auto-delete JMS topic exchange bind to a durable queue. Restart the node.

Expected behavior

The node should just restart

Additional context

No response

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