Seneca Queue Plugin

JSON →
library 0.3.0 ·javascript maintenance
verified Jun 7, 2026

A multi-transport job queue plugin for the Seneca.js microservices framework, allowing creation and management of task queues with support for in-memory and custom transports (e.g., Amazon SQS). Version 0.3.0 is the current stable release, with low release cadence (last update years ago). It provides start/stop/enqueue commands, concurrency control, and round-robin distribution across multiple processes. Differentiator: integrates deeply with Seneca's action patterns, enabling queue-driven microservices without external dependencies for basic use.