Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 270 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 270 Bytes

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)