Skip to content

okharch/golang-examples

Repository files navigation

golang-examples

repo for putting practices in golang

rabbitmq-golang - working with rabbitmq using golang library

tutorial from rabbitmq.com

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages