Тёмный

NestJs Microservices with RabbitMQ 

Computerix
Подписаться 4,2 тыс.
Просмотров 14 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@dashaxedit
@dashaxedit 3 месяца назад
Thank you. Now I got the understanding of rabbit mq. Keep going
@sakthipraveen18
@sakthipraveen18 Месяц назад
It was simple and neat demonstration of producer and consumer. Thanks you.
@Computerix
@Computerix Месяц назад
You're welcome! Glad I was able to help
@kalinduabeysinghe8917
@kalinduabeysinghe8917 5 дней назад
Great video, Thanks a lot!
@Naya-ss7vs
@Naya-ss7vs 7 месяцев назад
Favorite RU-vidr dropped new content! Can't wait to watch it :)
@Computerix
@Computerix 7 месяцев назад
Thank you so much for the support ! Hope you enjoy it.
@mohad12211
@mohad12211 3 месяца назад
يعطيك العافية، شرحك ممتاز وواضح. I wish you would do more in detail examples about RabbitMQ with NestJs. Explaining some microservice principles and such.
@Computerix
@Computerix 3 месяца назад
Thanks for the feedback ! And noted!
@denisvolper9786
@denisvolper9786 3 месяца назад
Really great demonstration and explanation! Thank you!
@dvsshashank8074
@dvsshashank8074 7 месяцев назад
Excellent video brother. Thank you so much.
@Computerix
@Computerix 7 месяцев назад
You're welcome
@yerkebulanzhaukenov138
@yerkebulanzhaukenov138 4 месяца назад
Amazing thanks bro! Which keyboard do u use bro, sounds like music from heaven)
@Computerix
@Computerix 4 месяца назад
You're welcome ! Keyboard is XPG infarex K20. It does sound satisfying :)
@zackinfos5933
@zackinfos5933 7 месяцев назад
It just arrived in time, thank you for the share, could you please clarify why did not you use monorepo?
@Computerix
@Computerix 7 месяцев назад
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 :)
@JureJukić
@JureJukić 7 месяцев назад
You are first who have separated files nice job keep working Can u build one big nestjs microservices app with rabbitmq ,redis ngnix ,docker
@Computerix
@Computerix 7 месяцев назад
Thank you for the suggestion
@leviiacc
@leviiacc 24 дня назад
amazing video bro👍🏻
@ВікаДеркач-ъ8э
@ВікаДеркач-ъ8э Месяц назад
Thank you !!! The video is very helpful
@Computerix
@Computerix Месяц назад
I'm glad! Thanks for your comment
@ThuongNguyen-zz1cc
@ThuongNguyen-zz1cc 4 месяца назад
Thank you for saving my day
@minhhieple6483
@minhhieple6483 3 месяца назад
Thanks for your video. Do you know how to implement fanout exchange with Nest.js ? I can't find any documentation about this implement.
@Computerix
@Computerix 3 месяца назад
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 (ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-igaVS0S1hA4.htmlsi=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 !
@juststudying1019
@juststudying1019 6 месяцев назад
Thanks great video.
@mahendranath2504
@mahendranath2504 7 месяцев назад
Nice thank you for sharing the knowledge liked and subscribed
@Computerix
@Computerix 7 месяцев назад
You're welcome :)
@quang.luu.179
@quang.luu.179 6 месяцев назад
Thank you for your great content. Keep up the good work (like)
@shygrammer
@shygrammer Месяц назад
awesome!
@shygrammer
@shygrammer Месяц назад
this video got me through a sprint at work
@Computerix
@Computerix Месяц назад
I'm glad :)
@jagajaga6908
@jagajaga6908 5 месяцев назад
thank you! amazing video!
@Computerix
@Computerix 5 месяцев назад
I'm glad you found it amazing :)
@thesunnatillo
@thesunnatillo Месяц назад
thank you bro
@Computerix
@Computerix Месяц назад
You're welcome 🫡
@hassanmhassan5500
@hassanmhassan5500 6 месяцев назад
amazing video bro, keep this great content
@Computerix
@Computerix 6 месяцев назад
Thank you for your constant support ❤️
@AamirpalSehmi-sf4rc
@AamirpalSehmi-sf4rc 3 месяца назад
Thanks man for the video on this stack setup!
@mohammadsubhan1524
@mohammadsubhan1524 3 месяца назад
Thanks bro 👊
@BaoTran-wv3nn
@BaoTran-wv3nn 4 месяца назад
You are my superman
@Computerix
@Computerix 4 месяца назад
😄
@dvsshashank8074
@dvsshashank8074 7 месяцев назад
Also if my consumer is a seperate nestjs application running on a different port will this still workout
@Computerix
@Computerix 7 месяцев назад
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
@thejimbow
@thejimbow Месяц назад
very useful❤
@Computerix
@Computerix Месяц назад
@@thejimbow thanks for your comment !
@dvsshashank8074
@dvsshashank8074 7 месяцев назад
can you please do proper error handling. with some error middleware to handle RabbitMq errors.
@Computerix
@Computerix 7 месяцев назад
Thanks for the suggestion
@vb2037
@vb2037 4 месяца назад
super bro
@dvsshashank8074
@dvsshashank8074 6 месяцев назад
How to reject a message from a pattern event forcibly and send back to the channel
@faizanrasool9241
@faizanrasool9241 3 месяца назад
just a little bit learning not good fit they skipping the main points
@Computerix
@Computerix 3 месяца назад
What do you mean ?
Далее
Websockets in NestJs (Real-Time Chat App)
24:51
Просмотров 7 тыс.
Microservices with Databases can be challenging...
20:52
Microservices are Technical Debt
31:59
Просмотров 510 тыс.
NestJs - Best Practices + Implementations
22:26
Просмотров 7 тыс.
RabbitMQ Explained - Exchanges
5:40
Просмотров 88 тыс.
NestJS gRPC Microservices Tutorial
55:04
Просмотров 39 тыс.
All Rust features explained
21:30
Просмотров 314 тыс.
Multitenancy in NestJS + Mongoose
41:48
Просмотров 7 тыс.
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Top 6 Most Popular API Architecture Styles
4:21
Просмотров 927 тыс.