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: docs/maxlength/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ You can set a maximum length on a [queue](./queues). The maximum length limit ca
26
26
messages, or set to a number of bytes (the total of all message body lengths, ignoring message properties and any overheads), or both.
27
27
28
28
To set the maximum length (of either type), you can
29
-
define it using a [policy](./parameters#policies) (this option is highly recommended)
29
+
define it using a [policy](./policies) (this option is highly recommended)
30
30
or by clients using the [queue's optional arguments](./queues#optional-arguments).
31
31
In a scenario where the maximum length is defined using both ways, that is, using a policy and using the arguments, then the minimum of the two values specified is used.
32
32
33
-
Queue length settings configured using [operator policies](./parameters#operator-policies).
33
+
Queue length settings configured using [operator policies](./policies#operator-policies).
34
34
35
35
In all cases, the number of messages in the **ready** state are used. [Messages unacknowledged by consumers](./confirms)
36
36
do not count towards the limit.
@@ -131,7 +131,7 @@ are sent `basic.nack` responses as long as the queue
131
131
contains 2 messages and publisher confirms are enabled.
132
132
133
133
Policies can also be defined using the management plugin, see
134
-
the [policy documentation](./parameters#policies) for more details.
134
+
the [policy documentation](./policies) for more details.
135
135
136
136
137
137
## Define Max Queue Length Using x-arguments During Declaration {#definition-using-x-args}
0 commit comments