Skip to content
/ cony Public
forked from assembla/cony

Simple AMQP wrapper around github.com/streadway/amqp

License

Notifications You must be signed in to change notification settings

rueian/cony

This branch is 2 commits ahead of assembla/cony:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86d8892 · Sep 19, 2018

History

56 Commits
Sep 19, 2018
Feb 23, 2016
Nov 23, 2016
Jul 23, 2015
Sep 19, 2018
Feb 24, 2016
Jul 27, 2015
Sep 19, 2018
Sep 19, 2018
Aug 3, 2015
Jul 27, 2015
Jun 8, 2016
Jul 30, 2015
Nov 23, 2016
Nov 23, 2016
Sep 19, 2018
Sep 19, 2018
Sep 19, 2018
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.

About

Simple AMQP wrapper around github.com/streadway/amqp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%