Alepha Queue
A simple, powerful interface for message queueing systems.
Installation
This package is part of the Alepha framework and can be installed via the all-in-one package:
npm install alepha
Alternatively, you can install it individually:
npm install @alepha/core @alepha/queue
Module
Provides asynchronous message queuing and processing capabilities through declarative queue descriptors.
The queue module enables reliable background job processing and message passing using the $queue
descriptor
on class properties. It supports schema validation, automatic retries, and multiple queue backends for
building scalable, decoupled applications with robust error handling.
API Reference
Descriptors
$consumer()
Consumer descriptor.
$queue()
Create a new queue.
Table of contents