Skip to content

Commit 67304ab

Browse files
committed
Update description of delivery limit in management UI.
To mention that the default can be set to unlimited if the delivery-limit is set to -1.
1 parent e81feb5 commit 67304ab

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_management/priv/www/js

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/js/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ const QUEUE_EXTRA_CONTENT_REQUESTS = [];
179179
// All help ? popups
180180
var HELP = {
181181
'delivery-limit':
182-
'The number of allowed unsuccessful delivery attempts. Once a message has been delivered unsuccessfully more than this many times it will be dropped or dead-lettered, depending on the queue configuration.',
182+
'The number of allowed unsuccessful delivery attempts. Once a message has been delivered unsuccessfully more than this many times it will be dropped or dead-lettered, depending on the queue configuration. The default is always 20. A value of -1 or lower sets the limit to "unlimited".',
183183

184184
'exchange-auto-delete':
185185
'If yes, the exchange will delete itself after at least one queue or exchange has been bound to this one, and then all queues or exchanges have been unbound.',

0 commit comments

Comments
 (0)