Skip to content

Commit 90139bf

Browse files
4.0.0-rc.1 release notes: cosmetics
(cherry picked from commit edd8fbc)
1 parent c199640 commit 90139bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/4.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## RabbitMQ 4.0.0-rc.1
22

3-
RabbitMQ `4.0.0-rc.1` is a preview of a new major release.
3+
RabbitMQ `4.0.0-rc.1` is a candidate of a new major release.
44

55
Starting June 1st, 2024, community support for this series will only be provided to [regularly contributing users](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md)
66
and those who hold a valid [commercial support license](https://tanzu.vmware.com/rabbitmq/oss).
@@ -50,7 +50,7 @@ Messages that are redelivered 20 times or more will be [dead-lettered](https://w
5050

5151
This limit is necessary to protect nodes from consumers that run into infinite fail-requeue-fail-requeue loops. Such
5252
consumers can drive a node out of disk space by making a quorum queue Raft log grow forever without allowing compaction
53-
of older entries.
53+
of older entries to happen.
5454

5555
If 20 deliveries per message is a common scenario for a queue, a dead-lettering target or a higher limit must be configured
5656
for such queues. The recommended way of doing that is via a [policy](https://www.rabbitmq.com/docs/parameters#policies).

0 commit comments

Comments
 (0)