<div dir="ltr">Alright chaps,<div><br></div><div>  I use RabbitMQ heavily at work, and I ended up writing a facade for amqp.node that allows you to pretend that RabbitMQ is a normal node.js EventEmitter. This helps makes  your code easier to test on a CI box as you can just switch to a "normal" EventEmitter temporarily, as well as being a nice simple interface.</div><div><br></div><div>  Thought I'd share (it certainly saved us quite a lot of time in dev), so if anyone's interested in giving it a go it's on <a href="https://npmjs.org/package/amqp-events">https://npmjs.org/package/amqp-events</a></div><div><br></div><div>Ta,</div><div>Ed</div></div>