Skip to content

Commit

Permalink
Merge pull request #3011 from rabbitmq/autoack-clarification
Browse files Browse the repository at this point in the history
More accurate ack mode description in the UI
  • Loading branch information
michaelklishin authored Apr 29, 2021
2 parents 80d35fd + c6902ac commit a20cd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_management/priv/www/js/tmpl/queue.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
<td>
<select name="ackmode">
<option value="ack_requeue_true" selected>Nack message requeue true</option>
<option value="ack_requeue_false">Ack message requeue false</option>
<option value="ack_requeue_false">Automatic ack</option>
<option value="reject_requeue_true">Reject requeue true</option>
<option value="reject_requeue_false">Reject requeue false</option>
</select>
Expand Down

0 comments on commit a20cd9e

Please sign in to comment.