Sha256: 797ad08256e91529f9a0b762ca47fbc3ae689f0e58ecb219ea13caadb54d6b30

Contents?: true

Size: 1.33 KB

Versions: 11

Compression:

Stored size: 1.33 KB

Contents

# What is amq-protocol.

amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
AMQP client: amq-protocol only handles serialization and deserialization.
If you want to write your own AMQP client, this gem can help you with that.

## How does amq-protocol relate to amqp gem, amq-client and libraries like bunny?

See [this page about AMQP gems family](https://github.com/ruby-amqp/amq-client/blob/master/README.textile)


## Installation

    gem install amq-protocol


## Development

Make sure you have Python and the mako templating package installed. amq-protocol uses RabbitMQ protocol
code generation library that is in Python, so there is some Python involved in the build. Don't fret.

To regenerate `lib/amq/protocol/client.rb` from the source (`protocol.rb.pytemplate`), run

    ./generate.rb

To make changes, **do not edit client.rb directly**. Instead, edit `protocol.rb.pytemplate` and regenerate.

To run tests, use

    bundle install --binstubs
    ./bin/rspec -c spec spec


## Maintainer Information

amq-protocol is maintained by [Michael Klishin](https://github.com/michaelklishin).


## Links

 * [Continous integration server](http://travis-ci.org/#!/ruby-amqp/amq-protocol)
 * [Ruby AMQP mailing list](http://groups.google.com/group/ruby-amqp)
 * [Issue tracker](http://github.com/ruby-amqp/amq-protocol/issues)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
amq-protocol-0.9.5 README.md
amq-protocol-0.9.4 README.md
amq-protocol-1.0.0.pre6 README.md
amq-protocol-0.9.3 README.md
amq-protocol-1.0.0.pre5 README.md
amq-protocol-0.9.2 README.md
amq-protocol-1.0.0.pre4 README.md
amq-protocol-1.0.0.pre3 README.md
amq-protocol-1.0.0.pre2 README.md
amq-protocol-0.9.1 README.md
amq-protocol-1.0.0.pre1 README.md