amqputil

A thin wrapper around the amqp node module


License
X11
Install
npm install amqputil@0.0.27

Documentation

amqputil

Very simple helper to work with rabbit and minimize what you need to know about queues, exchanges, and AMQP in general. Supports:
work queues (each subscriber gets one message round-robin style)
fanout queues (all subscribers get every message)