Skip to content

Commit

Permalink
Merge pull request #1 from SniperXDev/feature/realtime
Browse files Browse the repository at this point in the history
fix: rabbit mq configuration
  • Loading branch information
SniperXDev authored Sep 28, 2024
2 parents fb3f1e3 + d8d32b9 commit 2cc0f95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
producerConfigurations "github.com/mehdihadeli/go-food-delivery-microservices/internal/pkg/rabbitmq/producer/configurations"
)

// Configuration type for RabbitMQ
type RabbitMQConfiguration struct {
ProducersConfigurations []*producerConfigurations.RabbitMQProducerConfiguration
ConsumersConfigurations []*consumerConfigurations.RabbitMQConsumerConfiguration
Expand Down

0 comments on commit 2cc0f95

Please sign in to comment.