Skip to content

gmarcial/amqppool

Repository files navigation

AMQP Pool

A simple amqp channel pool made from of go client streadway/amqp.

WARNING: Immature, don't was tested them enough in production.

Install

go get github.com/gmarcial/amqp-pool

Usage

Test

Configure an instance of rabbitmq on your machine, export the connection string how environment variable and run the tests:

export AMQP_CONNECTION=amqp://guest:[email protected]:5672/ 

go test ./...

Releases

No releases published

Packages

No packages published

Languages