I made an AMQP message queue which implements only the most commonly used stuff.
It has one SQLite database per queue.
In golang.
Why? Because Rabbit is slow and resource hungry and needs configuration.
I made an AMQP message queue which implements only the most commonly used stuff.
It has one SQLite database per queue.
In golang.
Why? Because Rabbit is slow and resource hungry and needs configuration.