blamarche / golang-rabbitmq-poc

Simple RabbitMQ implementation example to handle both process tasks and request/reply functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-rabbitmq-poc

Simple RabbitMQ implementation example to handle both process tasks and request/reply functions.

Usage:

go run tasker.go (milliseconds-to-sleep)

go run requester.go (milliseconds-to-sleep)

go run worker.go (milliseconds-to-sleep)

Run as many as desired (with a RabbitMQ server on localhost).

License: GPLv3

About

Simple RabbitMQ implementation example to handle both process tasks and request/reply functions.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%