Sha256: ff9f5ccb86c7703cb7b963ee1a4da34afdf312e67c2fedeac226cb527a296c8d

Contents?: true

Size: 844 Bytes

Versions: 1

Compression:

Stored size: 844 Bytes

Contents

[![Build Status](https://travis-ci.org/rack-amqp/jackalope.png?branch=master)](https://travis-ci.org/rack-amqp/jackalope)

# Jackalope

![Jackalope](http://beerpulse.com/wp-content/uploads/2010/11/jackalope-brewing.png)

AMQP-HTTP compliant Server to run your rack (rails) application using
AMQP as the transport protocol.

## Installation

Add this line to your application's Gemfile:

    gem 'jackalope'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install jackalope

## Usage

    jackalope -q <queue name> <rackup file>

for rails app:

    jackalope -q my.queue config.ru

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jackalope-0.0.1 README.md