ruby-amqp/march_hare

Name: march_hare

Owner: RabbitMQ client libraries for Ruby

Description: Idiomatic, fast and well-maintained JRuby client for RabbitMQ

Created: 2011-05-20 07:29:33.0

Updated: 2017-11-21 15:51:32.0

Pushed: 2017-12-19 16:29:50.0

Homepage: http://rubymarchhare.info/

Size: 5412

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

March Hare, a JRuby RabbitMQ Client

March Hare is an idiomatic, fast and well-maintained (J)Ruby DSL on top of the RabbitMQ Java client. It strives to combine strong parts of the Java client with over 4 years of experience using and developing Ruby amqp gem and Bunny.

Why March Hare
What March Hare is not

March Hare is not

Project Maturity

March Hare is not a young project. Extracted from a platform that transports more than a terabyte of data over RabbitMQ every day, it has been around as an open source project since mid-2011 and has reached 2.0 in late 2013.

It is based on the RabbitMQ Java client, which is officially supported by the RabbitMQ team at Pivotal.

Installation, Dependency
With Rubygems
gem install march_hare
With Bundler
gem "march_hare", "~> 3.1.1"
Documentation
Guides

MarchHare documentation guides are mostly complete.

Examples

Several code examples are available. Our test suite also has many code examples that demonstrate various parts of the API.

Reference

API reference is available.

Supported Ruby Versions

March Hare supports JRuby 9.0 or later.

Supported JDK Versions

The project is tested against OpenJDK 8, Oracle JDK 8 and is known to work on OpenJDK 7 and Oracle JDK 7.

Change Log

See ChangeLog.md.

Continuous Integration

Continuous Integration status

CI is hosted by travis-ci.org

Testing

You'll need a running RabbitMQ instance with all defaults and management plugin enabled on your local machine to run the specs.

To boot one via docker you can use:

cker run -p 5672:5672 -p 15672:15672 rabbitmq:3-management

And then you can run the specs using rspec:

ndle exec rspec
License

MIT, see LICENSE in the repository root

Copyright

Theo Hultberg, Michael Klishin, 2011-2017.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.