Skip to content

Commit

Permalink
create durable queues and exchanges by default from the UI (#656)
Browse files Browse the repository at this point in the history
Sets durable to true by default when creating queues and exchanges from the UI
  • Loading branch information
viktorerlingsson authored Apr 9, 2024
1 parent 7e635fc commit 27569b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/exchanges.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ensuring their availability and preventing data loss.</span>
</a>
</span>
<input type="checkbox" name="durable" value="1">
<input type="checkbox" name="durable" value="1" checked>
</label>
<label>
<span>
Expand Down
2 changes: 1 addition & 1 deletion views/queues.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
ensuring their availability and preventing data loss.</span>
</a>
</span>
<input type="checkbox" name="durable" value="1">
<input type="checkbox" name="durable" value="1" checked>
</label>
<label>
<span>
Expand Down

0 comments on commit 27569b3

Please sign in to comment.