ssut / nestjs-sqs

A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
MIT License
214 stars 53 forks source link

fix(SqsService): getQueueInfo() - cannot read properties of undefined (reading 'instance') #87

Closed andrewvsk closed 1 month ago

andrewvsk commented 2 months ago

Consumer might not be exists. It causes following error:

TypeError: Cannot read properties of undefined (reading 'instance')

Caused by