Conversation
There was a problem hiding this comment.
Pull request overview
Updates the RabbitMQ 4.3.0 release notes to document the Ra 3.0.0 upgrade and the quorum queue (rabbit_fifo v8) feature set, plus related Management UI and dependency notes.
Changes:
- Fill in “Release Highlights” with Ra
3.0.0+rabbit_fifov8 feature summary. - Add detailed Core Server entries describing new quorum queue capabilities (priority, delayed retry, consumer timeouts, snapshots, memory optimisations, etc.).
- Record the
radependency upgrade in “Dependency Changes” and add a Management UI note.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
release-notes/4.3.0.md
Outdated
| `rabbit_fifo` v8, a new version of the quorum queue state machine with several new features and optimisations: | ||
|
|
||
| * **Strict priority queues** with per-priority message counts, correct redelivery ordering, and priority-aware message expiration | ||
| * **Delayed retry** for quorum queues: configurable exponential backoff when messages are returned |
There was a problem hiding this comment.
The text says “configurable exponential backoff”, but the implementation calculates the delay as min(Min * DeliveryCount, Max) (linear in delivery count). Consider rewording this to “increasing/linear backoff” or updating the formula description to match the actual behavior.
| * **Delayed retry** for quorum queues: configurable exponential backoff when messages are returned | |
| * **Delayed retry** for quorum queues: configurable increasing backoff when messages are returned |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
43cf874 to
1e4e125
Compare
No description provided.