this rabbitMQ sample on golang, used on my presentation
slide : https://docs.google.com/presentation/d/11vPV8Elw4S4aXZXdHoEPIXkOJAFvqsw-LO9qoUpV-cw/edit youtube: https://www.youtube.com/watch?v=l_SgYpDu3JQ&t=2257s
- RabbitMq Client: streadway amqp
- Logger: Logrus
- CLI: Urfave Cli
docker-compose up -d
-
make build
-
Run as publisher
./out/go-rabbit publish
in another terminal -
Run as publisher
./out/go-rabbit subscribe
in another terminal