repo for putting practices in golang
https://www.rabbitmq.com/tutorials/tutorial-one-go.html
send - simple published for Hello, World! message to hello channel
receive - simple consumer which connects to hello channel and reads messages from it
simple-producer - command line utility to send message to custom rabbitmq servers. Got from https://github.com/streadway/amqp/
simple-consumer - command line utility to fetch messages from custom rabbitmq servers. Got from https://github.com/streadway/amqp/