You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/4.1.0.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ See Compatibility Notes below to learn about **breaking or potentially breaking
9
9
10
10
Some key improvements in this release are listed below.
11
11
12
+
### Quorum Queue Throughput and Parallelism Improvements
13
+
14
+
Quorum queue log reads are now offloaded to channels (sessions, connections).
15
+
16
+
In practical terms this means improved consumer throughput, lower interference of publishers
17
+
on queue delivery rate to consumers, and improved CPU core utilization by each quorum queue
18
+
(assuming there are enough cores available to the node).
19
+
12
20
### Initial Support for AMQP 1.0 Filter Expressions
13
21
14
22
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).
0 commit comments