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 :-)
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 :-)