Skip to content

Commit

Permalink
Make AMQP exchange non-auto-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Nelson committed Mar 29, 2022
1 parent 0feb124 commit 72c68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/amqp/amqp.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (a *AMQP) setupRPC() error {
a.Group,
"direct",
true,
true,
false,
false,
false,
nil,
Expand Down

0 comments on commit 72c68fe

Please sign in to comment.