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.0.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## RabbitMQ 4.0.0-rc.1
2
2
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.
4
4
5
5
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)
6
6
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
50
50
51
51
This limit is necessary to protect nodes from consumers that run into infinite fail-requeue-fail-requeue loops. Such
52
52
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.
54
54
55
55
If 20 deliveries per message is a common scenario for a queue, a dead-lettering target or a higher limit must be configured
56
56
for such queues. The recommended way of doing that is via a [policy](https://www.rabbitmq.com/docs/parameters#policies).
0 commit comments