Project

amq-client

0.05
No commit activity in last 3 years
No release in over 3 years
amq-client is a fully-featured, low-level AMQP 0.9.1 client with pluggable networking I/O adapters (EventMachine, cool.io, Eventpanda and so on) and supposed to back more opinionated AMQP clients (such as amqp gem) or be used directly in cases when access to more advanced AMQP 0.9.1 features is more important that convenient APIs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

About amq-client

This project is no longer actively developed.

It used to back amqp gem All the relevant functionality has
now been merged into amqp gem. This library should only be used by projects that
have really good reasons to do so.

If you are looking for a good Ruby RabbitMQ client, consider Bunny
or HotBunnies.