A summary of data about the Ruby ecosystem.

https://github.com/ruby-amqp/amq-protocol

AMQP 0.9.1 protocol serialization and deserialization implementation for Ruby (2.0+)
https://github.com/ruby-amqp/amq-protocol

Keywords

amqp0-9-1 deserialization rabbitmq ruby serialization

Keywords from Contributors

amqp messaging activejob activerecord rack mvc mongodb-driver rubygems orm-framework grape

Last synced: about 7 hours ago
JSON representation

Repository metadata

AMQP 0.9.1 protocol serialization and deserialization implementation for Ruby (2.0+)

README.md

What is amq-protocol

amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
AMQP 0-9-1 client such as Bunny: amq-protocol only handles serialization and deserialization.

If you want to write your own AMQP 0-9-1 client, this gem will handle all the serialization
needs for you, including RabbitMQ extensions to AMQP 0.9.1.

Supported Ruby Versions

  • amq-protocol 2.3.4 has fixes for Ruby 3.5 compatibility
  • amq-protocol 2.3.3 has fixes for Ruby 3.4 compatibility
  • amq-protocol 2.3.0 only supports Ruby 2.2+.
  • amq-protocol 2.0.0 through 2.2.0 and later supports Ruby 2.0+.
  • amq-protocol 1.9.2 was the last version to support Ruby 1.8 and 1.9.

Installation

gem install amq-protocol

Development

Make sure you have Python, pip and the mako templating package installed:

pip install mako

amq-protocol uses RabbitMQ protocol code generation library that is in Python, so there is some
Python involved in the build.

To regenerate lib/amq/protocol/client.rb from the source (codegen/* files), run

./generate.rb

To make changes, do not edit client.rb directly. Instead, edit the codegen/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.

Issues

Please report any issues you may find to our Issue tracker on GitHub.

Mailing List

Any questions you may have should be sent to the Ruby AMQP mailing list.

License

MIT (see LICENSE in the repository root).


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 629
Total Committers: 34
Avg Commits per committer: 18.5
Development Distribution Score (DDS): 0.533

Commits in past year: 14
Committers in past year: 3
Avg Commits per committer in past year: 4.667
Development Distribution Score (DDS) in past year: 0.143

Name Email Commits
Michael S. Klishin m****l@n****m 294
Jakub Šťastný aka Botanicus k****s@g****m 74
Theo t****o@i****t 63
Michael Klishin m****l@d****g 58
Jakub Stastny aka botanicus s****y@1****z 55
Andrew Babichev a****v@g****m 16
Mark Abramov m****o@g****m 13
Michael Klishin m****n@g****m 11
Giuseppe Privitera p****g@g****m 9
Benjamin Conlan b****n@o****m 4
Akira Matsuda r****e@d****p 4
David Byron d****n@o****m 2
Andrew Nordman c****n@g****m 2
Greg Brockman g****b@g****m 2
Nils Jonsson n****s@a****u 2
Tom Freudenberg t****g@4****e 2
Paul Kmiec p****c@a****m 1
Olle Jonsson o****n@g****m 1
Nicolas Viennot n****s@v****z 1
Neo Cincinnati p****g@e****m 1
John Drago j****9@g****m 1
Elias Levy f****y@g****m 1
BenTalagan b****n@g****b 1
Benjamin Conlan b****c@B****l 1
Luciano Sousa ls@l****t 1
bbascarevic-tti b****c@c****m 1
Earlopain 1****n 1
Daniel Rodgers-Pryor d****r@g****m 1
Chris Duncan c****e@g****m 1
Carl Hörberg c****g@g****m 1
and 4 more...

Committer domains:


Issue and Pull Request metadata

Last synced: about 2 months ago

Total issues: 37
Total pull requests: 44
Average time to close issues: 7 months
Average time to close pull requests: about 1 month
Total issue authors: 18
Total pull request authors: 30
Average comments per issue: 4.08
Average comments per pull request: 1.55
Merged pull request: 41
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 4
Past year average time to close issues: N/A
Past year average time to close pull requests: about 3 hours
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 1.0
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ruby-amqp/amq-protocol

Top Issue Authors

  • michaelklishin (10)
  • botanicus (7)
  • ghost (4)
  • Tensho (2)
  • eliaslevy (1)
  • markiz (1)
  • StefanWallin (1)
  • carlhoerberg (1)
  • jnq (1)
  • marekjelen (1)
  • bbascarevic (1)
  • skrat (1)
  • bradrobertson (1)
  • kliuless (1)
  • mmazour (1)

Top Pull Request Authors

  • Tensho (4)
  • ghost (4)
  • priviterag (3)
  • BenTalagan (2)
  • njonsson (2)
  • michaelklishin (2)
  • TomFreudenberg (2)
  • djrodgerspryor (2)
  • Earlopain (2)
  • nviennot (1)
  • camelpunch (1)
  • lucianosousa (1)
  • thedrow (1)
  • bitdeli-chef (1)
  • amutz (1)

Top Issue Labels

  • bug (3)
  • enhancement (1)
  • question (1)
  • tests (1)
  • JRuby (1)

Top Pull Request Labels


Package metadata

gem.coop: amq-protocol

amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not a client: the library only handles serialization and deserialization.

  • Homepage: http://github.com/ruby-amqp/amq-protocol
  • Documentation: http://www.rubydoc.info/gems/amq-protocol/
  • Licenses: MIT
  • Latest release: 2.3.4 (published 7 months ago)
  • Last Synced: 2025-12-08T23:01:33.738Z (1 day ago)
  • Versions: 53
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 70,416,528 Total
  • Docker Downloads: 35,321,449
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 0.134%
    • Downloads: 0.401%
  • Maintainers (3)
rubygems.org: amq-protocol

amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not a client: the library only handles serialization and deserialization.

  • Homepage: http://github.com/ruby-amqp/amq-protocol
  • Documentation: http://www.rubydoc.info/gems/amq-protocol/
  • Licenses: MIT
  • Latest release: 2.3.4 (published 7 months ago)
  • Last Synced: 2025-12-06T23:01:09.192Z (3 days ago)
  • Versions: 53
  • Dependent Packages: 22
  • Dependent Repositories: 4,110
  • Downloads: 70,366,994 Total
  • Docker Downloads: 35,321,449
  • Rankings:
    • Downloads: 0.377%
    • Dependent repos count: 0.49%
    • Docker downloads count: 0.872%
    • Dependent packages count: 0.986%
    • Average: 2.56%
    • Forks count: 4.803%
    • Stargazers count: 7.832%
  • Maintainers (3)
proxy.golang.org: github.com/ruby-amqp/amq-protocol

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/ruby-amqp/amq-protocol#section-documentation
  • Licenses: mit
  • Latest release: v2.3.4+incompatible (published 7 months ago)
  • Last Synced: 2025-12-06T23:01:09.414Z (3 days ago)
  • Versions: 34
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 4.123%
    • Stargazers count: 5.907%
    • Average: 7.602%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

Gemfile rubygems
  • byebug >= 0 development
  • rake >= 0 development
  • rspec >= 3.8.0 development
  • rspec-its >= 0 development
  • ruby-prof >= 0 development
  • simplecov >= 0 development
.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • ruby/setup-ruby v1 composite
amq-protocol.gemspec rubygems

Score: 26.545916948553952