cony
cony copied to clipboard
Simple AMQP wrapper around github.com/streadway/amqp
https://github.com/rabbitmq/amqp091-go is maintained by the RabbitMQ core team and should replace streadway/amqp.
https://github.com/assembla/cony/blob/dd62697b0adb9adfda8589520cb85f4cbc2361f1/consumer.go#L76 I find i can't set queue ttl, which set by args 'x-expires'
latest commit was Dec 21, 2016 should we assume this project is no longer active?
Hi, I got multiple errors when trying to close a Consumer using Cancel: The c.deliveries channel is closed in the Cancel method, but than the serve method, because of the...
Sometimes, I find that this publish function is invalid. I can't send messages using this function, but I don't know where the cause is. Add a return parameter (error) to...
* Update declarer interface with new passive methods * Add DeclareQueuePassive * Add DeclareExchangePassive * Add tests for new methods Allow users to test for the existence of a queue.
Awesome package, this helps us a lot. Just one question that's come up while testing various edge cases: If prefetch is set to > 1, then you could conceivably have...