High-level AMQP 0.9.1 client library. It's wrapper around low-level rabbitmq/amqp091-go library. This is a fork from github.com/assembla/cony to change from deprecated streadway/amqp library.
Provide a way to work with AMQP declaratively
The library uses atomic.Value, so Go 1.4+ is needed.
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.
BSD 2 clause - see LICENSE for more details.