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

Consumer can't receiver message from broker #753

Closed minhhieple97 closed 1 week ago

minhhieple97 commented 1 week ago

I am setting up my project under the following repo I want the auth service below image

to send a message to the notification service: image

It seems that the auth service has successfully sent the message to the broker, but it is very confusing when the notification service cannot receive it. image

Has anyone encountered this situation?

minhhieple97 commented 1 week ago

I've solved this problem, Just add app.listen(PORT) into main file