An abstraction module around node-amqp to encapsulate a rabbitMQ connection
Wraps a node-amqp connection object and exposes some useful helpers and properties.
fuzz.connect([conf], callback); // Connect to RabbitMQ and execute callback when ready event fired
fuzz.connected; // Boolean value tracking the status of the RabbitMQ connection
Documentation site at http://thedeveloper.github.com/fuzz/
Source documentation available at http://thedeveloper.github.com/fuzz/doc/README.md.html