4.1.0 release notes: QQ parallelism improvements is a release highlight

This commit is contained in:
Michael Klishin 2025-04-01 22:36:57 -04:00
parent 45f0f1cb97
commit 9360f671e8
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,14 @@ See Compatibility Notes below to learn about **breaking or potentially breaking
Some key improvements in this release are listed below. Some key improvements in this release are listed below.
### Quorum Queue Throughput and Parallelism Improvements
Quorum queue log reads are now offloaded to channels (sessions, connections).
In practical terms this means improved consumer throughput, lower interference of publishers
on queue delivery rate to consumers, and improved CPU core utilization by each quorum queue
(assuming there are enough cores available to the node).
### Initial Support for AMQP 1.0 Filter Expressions ### Initial Support for AMQP 1.0 Filter Expressions
Support for the `properties` and `appliation-properties` filters of [AMQP Filter Expressions Version 1.0 Working Draft 09](https://groups.oasis-open.org/higherlogic/ws/public/document?document_id=66227). Support for the `properties` and `appliation-properties` filters of [AMQP Filter Expressions Version 1.0 Working Draft 09](https://groups.oasis-open.org/higherlogic/ws/public/document?document_id=66227).