You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)