summaryrefslogtreecommitdiff
path: root/net/ruby-amq-client/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-amq-client/DESCR')
-rw-r--r--net/ruby-amq-client/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ruby-amq-client/DESCR b/net/ruby-amq-client/DESCR
new file mode 100644
index 00000000000..34d98648b2f
--- /dev/null
+++ b/net/ruby-amq-client/DESCR
@@ -0,0 +1,6 @@
+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.