An open API service indexing awesome lists of open source software.

https://github.com/gmarcial/amqppool

A simple amqp channel pool
https://github.com/gmarcial/amqppool

amqp amqp-pool golang library queue rabbitmq rabbitmq-client

Last synced: 11 months ago
JSON representation

A simple amqp channel pool

Awesome Lists containing this project

README

          

# AMQP Pool
A simple amqp channel pool made from of go client [streadway/amqp](https://github.com/streadway/amqp).

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

## Install
go get github.com/gmarcial/amqp-pool

## Usage
- [Example](./example/main.go)

## 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:guest@127.0.0.1:5672/

go test ./...