blob: 93feb9b18ef53839c67154a77dff6474f5be8b8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby
1.8.7, 1.9.2, REE, Rubinius and JRuby.
It's sweet spot is in serving as foundation for higher-level, more opinionated
AMQP libraries.
It can be used directly by applications code when performance and access to
advanced AMQP protocol features is more important that API convenience.
WWW: https://github.com/ruby-amqp/amq-client
|