Source: ruby-amqp Section: ruby Maintainer: Debian Ruby Team Uploaders: Tollef Fog Heen , Sebastien Badia Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-amq-protocol (>= 1.9), ruby-eventmachine, ruby-multi-json, ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-amqp.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-amqp Homepage: https://github.com/ruby-amqp/amqp Testsuite: autopkgtest-pkg-ruby Package: ruby-amqp Architecture: all Depends: ruby:any Provides: ruby-amq-client Description: feature-rich, asynchronous AMQP client AMQP is an open standard for messaging middleware that emphasizes interoperability between different technologies (for example, Java, Ruby, Python, .NET, Node.js, Erlang, C and so on). . Key features of AMQP are very flexible yet simple routing and binary protocol efficiency. AMQP supports many sophisticated features, for example, message acknowledgements, returning of messages to producer, redelivery of messages that couldn't be processed, load balancing between message consumers and so on. . This package contains a ruby client for AMQP.