This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
46 lines (45 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: March Hare, an efficient, feature complete RabbitMQ JRuby client
layout: default
---
<div class='headline'>
<div class='logo'>
<h1>March Hare</h1>
</div>
<div class='clear' style=''></div>
<p style=''>
Efficient, battle tested RabbitMQ JRuby client.
</p>
<a class='btn btn-primary btn-large' href='/articles/getting_started.html'>Get Started! »</a>
<a class="btn btn-large" href="/articles/guides.html">Read doc guides »</a>
<a class='btn btn-large' href='http://groups.google.com/group/ruby-amqp'>Join the Mailing List »</a>
<a class='btn btn-large' href='http://github.com/ruby-amqp/march_hare'>Contribute »</a>
</div>
<div class='row-fluid'>
<div class='span4'>
<h3>Built to be easy to use</h3>
<p>March Hare API is very similar to that of <a href="http://rubybunny.info">Bunny 0.9</a></p>
</div>
<div class='span4'>
<h3>Battle Tested</h3>
<p>Not a young project. Extracted from high load production systems, developed with years of experience with other RabbitMQ clients.</p>
</div>
<div class='span4'>
<h3>Feature complete</h3>
<p>Support for all RabbitMQ 3.x features.</p>
</div>
</div>
<div class='row-fluid'>
<div class='span4'>
<h3>Hello, Multicore</h3>
<p>March Hare makes developing highly concurrent apps easier.</p>
</div>
<div class='span4'>
<h3>Blazing Fast</h3>
<p>Very low overhead over the RabbitMQ Java client. Used in systems that transfer terabytes of data daily.</p>
</div>
<div class='span4'>
<h3></h3>
<p></p>
</div>
</div>