It was simple and neat demonstration of producer and consumer. Thanks you.
@Computerix4 ай бұрын
You're welcome! Glad I was able to help
@Naya-ss7vs10 ай бұрын
Favorite KZbinr dropped new content! Can't wait to watch it :)
@Computerix10 ай бұрын
Thank you so much for the support ! Hope you enjoy it.
@dashaxedit6 ай бұрын
Thank you. Now I got the understanding of rabbit mq. Keep going
@es77292 ай бұрын
Thanks you very much! It was really good example to follow!
@Computerix2 ай бұрын
I'm glad! Thanks for the comment
@denisvolper97866 ай бұрын
Really great demonstration and explanation! Thank you!
@dvsshashank807410 ай бұрын
Excellent video brother. Thank you so much.
@Computerix10 ай бұрын
You're welcome
@mohad122116 ай бұрын
يعطيك العافية، شرحك ممتاز وواضح. I wish you would do more in detail examples about RabbitMQ with NestJs. Explaining some microservice principles and such.
@Computerix6 ай бұрын
Thanks for the feedback ! And noted!
@quang.luu.1799 ай бұрын
Thank you for your great content. Keep up the good work (like)
@mahendranath250410 ай бұрын
Nice thank you for sharing the knowledge liked and subscribed
@Computerix10 ай бұрын
You're welcome :)
@kalinduabeysinghe89172 ай бұрын
Great video, Thanks a lot!
@odaytarek352812 күн бұрын
you are lifesaver
@zackinfos593310 ай бұрын
It just arrived in time, thank you for the share, could you please clarify why did not you use monorepo?
@Computerix10 ай бұрын
Honestly, I didn't give it much thought while filming the video, but I did deploy them under one repo on github : github.com/charbelh3/NestJs-Microservice-RabbitMQ Hope you find the video beneficial :)
@ВікаДеркач-ъ8э4 ай бұрын
Thank you !!! The video is very helpful
@Computerix4 ай бұрын
I'm glad! Thanks for your comment
@AamirpalSehmi-sf4rc6 ай бұрын
Thanks man for the video on this stack setup!
@JureJukić9 ай бұрын
You are first who have separated files nice job keep working Can u build one big nestjs microservices app with rabbitmq ,redis ngnix ,docker
@Computerix9 ай бұрын
Thank you for the suggestion
@leviiacc3 ай бұрын
amazing video bro👍🏻
@minhhieple64836 ай бұрын
Thanks for your video. Do you know how to implement fanout exchange with Nest.js ? I can't find any documentation about this implement.
@Computerix6 ай бұрын
I'm not sure it is supported in NestJs out of the box .. But you can always use "amqplib", which is a rabbitmq library and client (that nest uses behind the scenes) Package: www.npmjs.com/package/amqplib You can create your own exchanges of any type, including fanout (e.g : channel.assertExchange("exchange-name", "fanout", {...options}) (amqp-node.github.io/amqplib/channel_api.html#channel_assertExchange) I have a video where we create our own rabbitMQ client that uses amqplib in Node (kzbin.info/www/bejne/n5jEh4ZmiJabd5Ysi=SlVhAcNKF3sQIIz8). This video will support you in creating your own rabbitmq implementation using that package. You just have to replace the exchange type with "fanout" and make any necessary changes! I wish you good luck !
@hassanmhassan55009 ай бұрын
amazing video bro, keep this great content
@Computerix9 ай бұрын
Thank you for your constant support ❤️
@ThuongNguyen-zz1cc7 ай бұрын
Thank you for saving my day
@yerkebulanzhaukenov1386 ай бұрын
Amazing thanks bro! Which keyboard do u use bro, sounds like music from heaven)
@Computerix6 ай бұрын
You're welcome ! Keyboard is XPG infarex K20. It does sound satisfying :)
@jagajaga69088 ай бұрын
thank you! amazing video!
@Computerix8 ай бұрын
I'm glad you found it amazing :)
@dvsshashank807410 ай бұрын
Also if my consumer is a seperate nestjs application running on a different port will this still workout
@Computerix10 ай бұрын
Yes, as long as you're connecting your microservice project (the consumer) to the same rabbitMQ server, and listen on the queue, you will receive the messages successfully
@ngothang517613 күн бұрын
good video tutorial
@juststudying10199 ай бұрын
Thanks great video.
@dvsshashank807410 ай бұрын
can you please do proper error handling. with some error middleware to handle RabbitMq errors.
@Computerix9 ай бұрын
Thanks for the suggestion
@thejimbow4 ай бұрын
very useful❤
@Computerix4 ай бұрын
@@thejimbow thanks for your comment !
@mohammadsubhan15246 ай бұрын
Thanks bro 👊
@BaoTran-wv3nn7 ай бұрын
You are my superman
@Computerix7 ай бұрын
😄
@thesunnatillo4 ай бұрын
thank you bro
@Computerix4 ай бұрын
You're welcome 🫡
@shygrammer4 ай бұрын
awesome!
@shygrammer4 ай бұрын
this video got me through a sprint at work
@Computerix4 ай бұрын
I'm glad :)
@vb20377 ай бұрын
super bro
@faizanrasool92416 ай бұрын
just a little bit learning not good fit they skipping the main points