Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
/ cony Public archive
forked from assembla/cony

Simple AMQP wrapper around github.com/streadway/amqp

License

Notifications You must be signed in to change notification settings

LIVEauctioneers/cony

 
 

Repository files navigation

Cony

High-level AMQP 0.9.1 client library. It's wrapper around low-level streadway/amqp library.

Goals

Provide a way to work with AMQP declaratively

Requirments

The library uses atomic.Value, so Go 1.4+ is needed.

Documentation

GoDoc Build Status

Thread-safety

Cony is thread-safe as long as streadway/amqp is thread-safe. It's recommended to open AMQP channel per thread, so in case of cony it should be Consumer Producer per goroutine.

License

BSD 2 clause - see LICENSE for more details.