golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.16k stars 244 forks source link

fix(rabbitmq): deprecated methode scanFromPrototype #715

Closed mahdijz5 closed 3 months ago

mahdijz5 commented 3 months ago

Fix(rabbitmq): deprecated method "scanFromPrototype"

The method scanFromPrototype was deprecated in the latest version of the RabbitMQ library. This commit replaces all instances of scanFromPrototype with the recommended alternative, scanFromTemplate.

The deprecated method was causing compatibility issues with newer versions of RabbitMQ, leading to potential runtime errors and decreased performance.