This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
50 lines (48 loc) · 1.59 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
47
48
49
50
---
title: Ruby AMQP Documentation Guides
layout: default
---
<div class='headline'>
<div class='logo'>
<h1>Ruby amqp gem</h1>
</div>
<div class='clear' style=''></div>
<p style=''>
An EventMachine-based Ruby RabbitMQ client.
</p>
<a class='btn btn-primary btn-large' href='/articles/getting_started.html'>Get Started »</a>
<a class='btn btn-primary btn-large' href='http://rubybunny.info/'>Try Bunny! »</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/amqp'>Contribute »</a>
</div>
<div class='row-fluid'>
<div class='span4'>
<h3>RabbitMQ Ruby Client O.G.</h3>
<p>The original Ruby RabbitMQ client. Party like it's 2009!</p>
</div>
<div class='span4'>
<h3>EventMachine-based</h3>
<p>All your events are belong to us.</p>
</div>
<div class='span4'>
<h3>Totally superseded by Bunny</h3>
<p>If you aren't already heavily invested in Eventmachine, please
use <a href="http://rubybunny.info"></a> Bunny instead.</p>
</div>
</div>
<div class='row-fluid'>
<div class='span4'>
<h3>Feature complete</h3>
<p>Supports all RabbitMQ 3.x features.</p>
</div>
<div class='span4'>
<h3>Handles flaky networks</h3>
<p>First RabbitMQ client ever to support automatic connection recovery.</p>
</div>
<div class='span4'>
<h3>Quirky</h3>
<p>EventMachine is a quirky and opinionated programming model.
So is amqp gem.</p>
</div>
</div>