Skip to content

Commit

Permalink
Remove "requeue false"
Browse files Browse the repository at this point in the history
As discussed, since requeuing is impossible with auto ack, let's remove this part.
  • Loading branch information
mkuratczyk authored Apr 29, 2021
1 parent 95ef9fb commit c6902ac
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">Auto 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 c6902ac

Please sign in to comment.