Skip to content

Commit 61f53e2

Browse files
One more 4.0 release notes update
1 parent c2bb67a commit 61f53e2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

release-notes/4.0.0.md

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

3-
RabbitMQ `4.0.0-beta.7` is a preview of a new major release.
3+
RabbitMQ `4.0.0-rc.1` is a preview 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) and those who hold a valid [commercial support license](https://tanzu.vmware.com/rabbitmq/oss).
66

@@ -51,11 +51,12 @@ This limit is necessary to protect nodes from consumers that run into infinite f
5151
consumers can drive a node out of disk space by making a quorum queue Raft log grow forever without allowing compaction
5252
of older entries.
5353

54-
If 20 deliveries per message is a common scenario for a queue, a dead-lettering target must be configured
54+
If 20 deliveries per message is a common scenario for a queue, a dead-lettering target or a higher limit must be configured
5555
for such queues. The recommended way of doing that is via a [policy](https://www.rabbitmq.com/docs/parameters#policies).
56+
See the [Position Messaging Handling](https://www.rabbitmq.com/docs/next/quorum-queues#poison-message-handling) section
57+
in the quorum queue documentation guide.
5658

57-
The limit can be [increased](https://www.rabbitmq.com/docs/next/quorum-queues#poison-message-handling) using a policy.
58-
This option is recommended against: usually the presence of messages that have been redelivered 20 times or more suggests
59+
Mote that increasing the limit is recommended against: usually the presence of messages that have been redelivered 20 times or more suggests
5960
that a consumer has entered a fail-requeue-fail-requeue loop, in which case even a much higher limit
6061
won't help avoid the dead-lettering.
6162

0 commit comments

Comments
 (0)