ezmobius / nanite

self assembling fabric of ruby daemons
Apache License 2.0
735 stars 64 forks source link

Compatibility with amqp 0.8.x gem #33

Open jperville opened 13 years ago

jperville commented 13 years ago

Hello,

I submitted a few patches to make nanite examples work out-of-the-box using amqp 0.8.x gem. The pull request is found here : https://github.com/olegshnitko/nanite/pull/1

The main difficulty was that using amq.queue() will raise loudly if the parameters passed do not match the ones provided when the queue was first declared. Since the fork is a bit far from the original project, I post an issue here.

Sincerely, Julien