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
Remove quorum queue arguments and quorum queue policies
(x-)max-in-memory-length and (x-)max-in-memory-bytes
from the Management UI since they are deprecated since RabbitMQ 3.10.
They have no effect anymore since message bodies will not be stored in
memory.
Copy file name to clipboardExpand all lines: deps/rabbitmq_management/priv/www/js/global.js
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -197,12 +197,6 @@ var HELP = {
197
197
'queue-max-length-bytes':
198
198
'Total body size for ready messages a queue can contain before it starts to drop them from its head.<br/>(Sets the "<a target="_blank" href="https://rabbitmq.com/maxlength.html">x-max-length-bytes</a>" argument.)',
199
199
200
-
'queue-max-in-memory-length':
201
-
'How many (ready) messages a quorum queue can contain in memory before it starts storing them on disk only.<br/>(Sets the x-max-in-memory-length argument.)',
202
-
203
-
'queue-max-in-memory-bytes':
204
-
'Total body size for ready messages a quorum queue can contain in memory before it starts storing them on disk only.<br/>(Sets the x-max-in-memory-bytes argument.)',
205
-
206
200
'queue-max-age':
207
201
'How long a message published to a stream queue can live before it is discarded.',
0 commit comments