dougbarth / amqp-utils

Command line utils for interacting with an AMQP based queue
MIT License
78 stars 11 forks source link

Minor changes in doc and bugfix for enqueue #11

Open vvaidy opened 9 years ago

vvaidy commented 9 years ago

I'm new to Ruby and to amqp so feel free to ignore/chastize as necessary

However, on my version of ruby (ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]) on my Mac, I had a problem with the queue name being mangled by amqp-enqueue.

It was a simple enough fix, so here you go ...

I also took the liberty of adding some details for building the gem from source for newbies such as myself, and to make it work for me I bumped the version number, but you can ignore that :-)