Skip to content

whatafunc/Golang_microservices_using_RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang microservices using RabbitMQ

feat: producer & consumer microservices using separate config.yaml: take 3

Credits to github.com/OtusGolang/webinars_practical_part/29-queues

Usage

go run cmd/producer/*.go --config=configs/producer_config.yaml

go run cmd/consumer/*.go --config=configs/consumer_config.yaml

Github

git commit -m "feat: xxx: take xx"
git push -u origin main```

About

Mastering Golang microservices (message Producer and Consumer) with the use of RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published