Skip to content

Commit

Permalink
tr/smart taxi don't auto ack
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Oct 16, 2024
1 parent cf4dfa6 commit 8e36757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/smart-taxi-merano/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func main() {
msgs, err := ch.Consume(
q.Name, // queue
mqConsumer, // consumer
true, // auto-ack
false, // auto-ack
false, // exclusive
false, // no-local
false, // no-wait
Expand Down

0 comments on commit 8e36757

Please sign in to comment.