Moleculer RabbitMQ Queue Mixin
JSON →Moleculer RabbitMQ is a task queue mixin for Moleculer microservices, integrating RabbitMQ (AMQP) to offload synchronous actions to background queues. Version 1.1.x is current and stable; the package provides automatic generation of async action variants, supports configurable queue options (durability, prefetch, noAck), and offers two retry strategies: RabbitMQ requeue and delayed message exchange plugin. It requires a running RabbitMQ instance and the rabbitmq-delayed-message-exchange plugin for scheduled retries. Compared to other Moleculer queue plugins, it focuses on simplicity and direct AMQP integration without additional broker dependencies.