diff --git a/deps/rabbitmq_management/priv/www-api/help.html b/deps/rabbitmq_management/priv/www-api/help.html index a414ae471a..eaf8e231af 100644 --- a/deps/rabbitmq_management/priv/www-api/help.html +++ b/deps/rabbitmq_management/priv/www-api/help.html @@ -327,13 +327,15 @@ Content-Length: 0
{"count": 5, "requeue": true}
+ {"count": 5, "requeue": true, "truncate": 50000}
to control the (maximum) number of messages you get and
whether those messages are requeued. If requeue
is false the messages will be removed from the queue. If
requeue is true they will be requeued - but their position
in the queue may change and their redelivered
- flag will be set.
+ flag will be set. truncate is optional - if
+ present it will truncate the message payload if it is larger
+ than the size given (in bytes).
Clicking "Get Message(s)" will consume messages from the queue. \
If requeue is set the message will be re-added to the queue, \
- but ordering will not be preserved and "redelivered" will be set.
\
- If requeue is not set messages will be removed from the queue.',
+ but ordering will not be preserved and "redelivered" will be set.
If requeue is not set messages will be removed from the queue.
\ +Furthermore, message payloads will be truncated to 50000 bytes.
', 'message-publish-headers': 'Headers can have any name. Only long string headers can be set here.', diff --git a/deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs b/deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs index ef31ebe5ba..863de18aa2 100644 --- a/deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs +++ b/deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs @@ -134,6 +134,7 @@