Skip to content

Commit

Permalink
rename a queue
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Oct 16, 2023
1 parent 54bbe13 commit d0bdf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/listener/rabbitmq.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func createAndBind(name string, key string, exchange string, consumeCh *rabbitmq
}

func CreateMinioEventsChannel(connection *rabbitmq.Connection, onMessage MinioEventsListener, lc fx.Lifecycle) FanoutNotificationsChannel {
var queueName = "minio-file-bucket"
var queueName = "storage-minio-file-bucket"

return FanoutNotificationsChannel{myRabbit.CreateRabbitMqChannelWithCallback(
connection,
Expand Down

0 comments on commit d0bdf48

Please sign in to comment.