ssut / nestjs-sqs

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

[ERROR] Fix exception when no message handler is registered. #64

Closed workmad3 closed 1 year ago

workmad3 commented 1 year ago

When no metadata is found for a handler, it should return early from the setup, rather than printing a warning and attempting to continue, which immediately causes errors and can prevent the logger from displaying the warning, depending on logger setup.

ssut commented 1 year ago

👍