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

(cherry picked from commit a20cd9e)
  • Loading branch information
michaelklishin committed Apr 29, 2021
1 parent ff53ed6 commit f90b4be
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 @@ -290,7 +290,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 f90b4be

Please sign in to comment.