We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
add_binding
transaction
none
Serial
Other core exchange plugins need review too.
Use a durable, auto-delete JMS topic exchange bind to a durable queue. Restart the node.
The node should just restart
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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#L118These callbacks must still handle
transaction
,none
andSerial
.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
The text was updated successfully, but these errors were encountered: