This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
amqp / old
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Wed Jul 16 12:45:56 -0700 2008 | |
| |
Rakefile | Wed Jul 16 12:45:56 -0700 2008 | |
| |
amqp-0.8.json | Wed Jul 16 12:45:56 -0700 2008 | |
| |
amqp_spec.rb | Wed Jul 16 12:45:56 -0700 2008 | |
| |
amqpc.rb | Mon Dec 15 23:03:10 -0800 2008 | |
| |
codegen.rb | Wed Jul 16 12:45:56 -0700 2008 |
old/README
Simple AMQP client for Ruby/EventMachine. To use with RabbitMQ, first run the server: hg clone http://hg.rabbitmq.com/rabbitmq-codegen hg clone http://hg.rabbitmq.com/rabbitmq-server cd rabbitmq-server make run Then run the client: ruby amqpc.rb The client includes some basic specs (requires bacon >= 0.9.10). To run them: bacon amqpc.rb The amqp_spec.rb file is generated automatically based on the AMQP specification. To generate it: ruby codegen.rb > amqp_spec.rb This project was inspired by py-amqplib, rabbitmq, qpid and rubbyt. Special thanks go to Dmitriy Samovskiy, Ben Hood and Tony Garnock-Jones. Other AMQP resources: Barry Pederson's py-amqplib: http://barryp.org/software/py-amqplib/ Ben Hood's article on writing an AMQP article: http://hopper.squarespace.com/blog/2008/6/21/build-your-own-amqp-client.html Dmitriy Samovskiy's introduction to ruby+rabbitmq: http://somic-org.homelinux.org/blog/2008/06/24/ruby-amqp-rabbitmq-example/ Ben Hood's AMQP client in AS3: http://github.com/0x6e6562/as3-amqp







