Skip to content

Golang RabbitMQ Client implementation for 100DaysOfCode

Notifications You must be signed in to change notification settings

raindylong/gobunny

 
 

Repository files navigation

GoBunny

Golang RabbitMQ Client implementation for 100DaysOfCode

Do it

  1. Clone this repo
  2. docker-compose up rmq # Starts an RMQ instance
  3. ./build-me.sh && docker-compose up rmq # Starts an RMQ receiver, connected to instance, in a docker container
  4. ./pkg/gobunny send # Sends "Hello World" message to the RMQ instance (no docker container)

About

Golang RabbitMQ Client implementation for 100DaysOfCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.0%
  • Shell 15.8%
  • Dockerfile 3.2%