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

# Packages

No description provided by the author

# README

RMQ Publisher

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/publisher.example.go to see how to setup your own publisher