Relative Content

Tag Archive for nestjsbullmqnest-dynamic-modules

Use a dynamic module of nestjs over multiple projects

I have a nestjs project with bullmq and ioredis. I wanted to create a module and service which will have bullmq for storing data in queue and i wanted to use this module over multiple projects by passing redis configuration and queueName.
for that i have aproject with below files
client.module.ts