6.0.0-alpha • Published 1 year ago
@studiowebux/queue v6.0.0-alpha
Introduction
This module wraps Rabbit MQ commands
Installation
npm install --save @studiowebux/queueUsage
Configuration
TL;DR; Same as
amqplib
const config = {
connection: {
protocol: 'amqp',
hostname: 'localhost',
port: 5672,
username: 'user',
password: 'password',
locale: 'en_US',
frameMax: 0,
heartbeat: 0,
vhost: 'my_vhost',
},
queue: {
expiration: (60 * 1000 * 60).toString(),
persistent: true,
},
};Functions
TBD
npm run docQuick start
The
/examplesdirectory has one example, use thestart.shscript
Videos and other resources
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
SEE LICENSE IN license.txt