Categorygithub.com/kelchy/go-lib/rmq/consumer
package
0.1.2
Repository: https://github.com/kelchy/go-lib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

RMQ Consumer

This library is a wrapper around RMQ functions to make interaction with RMQ simpler and safer. Functionality is tested with hosted CloudAMQP, which offers automated failover using connection with a single URI.

Adapted from go-rabbitmq

Quickstart

Refer to example/consumer.example.go to see how to setup your own consumer