bunnydo
Wrapper around amqplib to make common patterns easier.
Still work in progress. Will document more thoroughly soon. Might change and expand.
Basic usage:
var Bunnydo = ; var amqp = 'amqp://localhost';amqp;
Then on the other end:
var Bunnydo = ; var amqp = 'amqp://localhost';amqp;
Examples of use can be seen here.