Skip to content

assembla/cony

Folders and files

NameName
Last commit message
Last commit date
Jun 8, 2016
Feb 23, 2016
Nov 23, 2016
Jul 23, 2015
Aug 3, 2015
Feb 24, 2016
Jul 27, 2015
Dec 5, 2016
Jul 30, 2015
Aug 3, 2015
Jul 27, 2015
Jun 8, 2016
Jul 30, 2015
Nov 23, 2016
Nov 23, 2016
Feb 24, 2016
Dec 21, 2016
Dec 21, 2016

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.