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 many years of experience with other client libraries, both for Ruby and other languages.
March Hare is not
March Hare has been around since 2011 and can be considered a mature library.
It is based on the RabbitMQ Java client, which is officially supported by the RabbitMQ team at VMware.
gem "march_hare", "~> 4.7"
MarchHare documentation guides are now a part of this repository and can be read directly on GitHub.
Several code examples are available. Our test suite also has many code examples that demonstrate various parts of the API.
March Hare supports JRuby 9.0 or later.
March Hare requires JDK 8 or later.
See ChangeLog.md.
CI is hosted by travis-ci.org
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:
docker run -p 5672:5672 -p 15672:15672 rabbitmq:3-management
And then you can run the specs using rspec
:
MIT, see LICENSE in the repository root
(c) 2011-2013 Theo Hultberg (c) 2013-2025 Michael S. Klishin and contributors
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4