8000 GitHub - fari-99/cony: Simple AMQP wrapper around github.com/rabbitmq/amqp091-go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ cony Public
forked from assembla/cony

Simple AMQP wrapper around github.com/rabbitmq/amqp091-go

License

Notifications You must be signed in to change notification settings

fari-99/cony

 
 

Repository files navigation

Cony

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.

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/rabbitmq/amqp091-go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0