Skip to content

Commit eb363a8

Browse files
committed
Link from 4.0 release notes to new QQv4 blog post
1 parent 4fbfd98 commit eb363a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/4.0.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Some key improvements in this release are listed below.
1212
* [AMQP 1.0 is now a core protocol](https://www.rabbitmq.com/blog/2024/08/05/native-amqp) that is always enabled. Its plugin is now a no-op that only exists to simplify upgrades.
1313
* The AMQP 1.0 implementation is now significantly more efficient: its peak throughput is [more than double than that of 3.13.x](https://www.rabbitmq.com/blog/2024/08/21/amqp-benchmarks)
1414
on some workloads
15-
* Efficient sub-linear [quorum queue recovery on node startup using checkpoints](https://github.com/rabbitmq/rabbitmq-server/pull/10637)
16-
* Quorum queues now [support priorities](https://github.com/rabbitmq/rabbitmq-server/pull/10637) (but not exactly the same way as classic queues)
15+
* Efficient sub-linear [quorum queue recovery on node startup using checkpoints](https://www.rabbitmq.com/blog/2024/08/28/quorum-queues-in-4.0#faster-recovery-of-long-queues)
16+
* Quorum queues now [support priorities](https://www.rabbitmq.com/blog/2024/08/28/quorum-queues-in-4.0#message-priorities) (but not exactly the same way as classic queues)
1717
* [AMQP 1.0 clients now can manage topologies](https://github.com/rabbitmq/rabbitmq-server/pull/10559) similarly to how AMQP 0-9-1 clients do it
1818
* The AMQP 1.0 convention (address format) used for interacting with with AMQP 0-9-1 entities [is now easier to reason about](https://www.rabbitmq.com/docs/next/amqp#address)
1919
* Mirroring (replication) of classic queues [was removed](https://github.com/rabbitmq/rabbitmq-server/pull/9815) after several years of deprecation. For replicated messaging data types,
@@ -195,7 +195,7 @@ This section is incomplete and will be expanded as 4.0 approaches its release ca
195195

196196
GitHub issue: [#8261](https://github.com/rabbitmq/rabbitmq-server/issues/8261)
197197

198-
* Single Active Consumer (SAC) implementation of quorum queues now respects consumer priorities.
198+
* Single Active Consumer (SAC) implementation of quorum queues now [respects](https://www.rabbitmq.com/blog/2024/08/28/quorum-queues-in-4.0#consumer-priorities-combined-with-single-active-consumer) consumer priorities.
199199

200200
GitHub issue: [#8261](https://github.com/rabbitmq/rabbitmq-server/issues/8261)
201201

0 commit comments

Comments
 (0)