Version: v0.0.7
Installation
Nest Queue provides a clean and maintaible API to manage message queues over several popular queue brokers like aws sqs, redis(coming soon), rabbitmq(coming soon).
To install the package, simply do
npm i @squareboat/nest-queue --save
Or
yarn add @squareboat/nest-queue
Now that you have installed the package, we need to configure it.