NestJs Microservices with RabbitMQ

  Рет қаралды 18,717

Computerix

Computerix

Күн бұрын

Пікірлер: 58
@sakthipraveen18
@sakthipraveen18 4 ай бұрын
It was simple and neat demonstration of producer and consumer. Thanks you.
@Computerix
@Computerix 4 ай бұрын
You're welcome! Glad I was able to help
@Naya-ss7vs
@Naya-ss7vs 10 ай бұрын
Favorite KZbinr dropped new content! Can't wait to watch it :)
@Computerix
@Computerix 10 ай бұрын
Thank you so much for the support ! Hope you enjoy it.
@dashaxedit
@dashaxedit 6 ай бұрын
Thank you. Now I got the understanding of rabbit mq. Keep going
@es7729
@es7729 2 ай бұрын
Thanks you very much! It was really good example to follow!
@Computerix
@Computerix 2 ай бұрын
I'm glad! Thanks for the comment
@denisvolper9786
@denisvolper9786 6 ай бұрын
Really great demonstration and explanation! Thank you!
@dvsshashank8074
@dvsshashank8074 10 ай бұрын
Excellent video brother. Thank you so much.
@Computerix
@Computerix 10 ай бұрын
You're welcome
@mohad12211
@mohad12211 6 ай бұрын
يعطيك العافية، شرحك ممتاز وواضح. I wish you would do more in detail examples about RabbitMQ with NestJs. Explaining some microservice principles and such.
@Computerix
@Computerix 6 ай бұрын
Thanks for the feedback ! And noted!
@quang.luu.179
@quang.luu.179 9 ай бұрын
Thank you for your great content. Keep up the good work (like)
@mahendranath2504
@mahendranath2504 10 ай бұрын
Nice thank you for sharing the knowledge liked and subscribed
@Computerix
@Computerix 10 ай бұрын
You're welcome :)
@kalinduabeysinghe8917
@kalinduabeysinghe8917 2 ай бұрын
Great video, Thanks a lot!
@odaytarek3528
@odaytarek3528 12 күн бұрын
you are lifesaver
@zackinfos5933
@zackinfos5933 10 ай бұрын
It just arrived in time, thank you for the share, could you please clarify why did not you use monorepo?
@Computerix
@Computerix 10 ай бұрын
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э
@ВікаДеркач-ъ8э 4 ай бұрын
Thank you !!! The video is very helpful
@Computerix
@Computerix 4 ай бұрын
I'm glad! Thanks for your comment
@AamirpalSehmi-sf4rc
@AamirpalSehmi-sf4rc 6 ай бұрын
Thanks man for the video on this stack setup!
@JureJukić
@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
@Computerix
@Computerix 9 ай бұрын
Thank you for the suggestion
@leviiacc
@leviiacc 3 ай бұрын
amazing video bro👍🏻
@minhhieple6483
@minhhieple6483 6 ай бұрын
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 6 ай бұрын
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 !
@hassanmhassan5500
@hassanmhassan5500 9 ай бұрын
amazing video bro, keep this great content
@Computerix
@Computerix 9 ай бұрын
Thank you for your constant support ❤️
@ThuongNguyen-zz1cc
@ThuongNguyen-zz1cc 7 ай бұрын
Thank you for saving my day
@yerkebulanzhaukenov138
@yerkebulanzhaukenov138 6 ай бұрын
Amazing thanks bro! Which keyboard do u use bro, sounds like music from heaven)
@Computerix
@Computerix 6 ай бұрын
You're welcome ! Keyboard is XPG infarex K20. It does sound satisfying :)
@jagajaga6908
@jagajaga6908 8 ай бұрын
thank you! amazing video!
@Computerix
@Computerix 8 ай бұрын
I'm glad you found it amazing :)
@dvsshashank8074
@dvsshashank8074 10 ай бұрын
Also if my consumer is a seperate nestjs application running on a different port will this still workout
@Computerix
@Computerix 10 ай бұрын
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
@ngothang5176
@ngothang5176 13 күн бұрын
good video tutorial
@juststudying1019
@juststudying1019 9 ай бұрын
Thanks great video.
@dvsshashank8074
@dvsshashank8074 10 ай бұрын
can you please do proper error handling. with some error middleware to handle RabbitMq errors.
@Computerix
@Computerix 9 ай бұрын
Thanks for the suggestion
@thejimbow
@thejimbow 4 ай бұрын
very useful❤
@Computerix
@Computerix 4 ай бұрын
@@thejimbow thanks for your comment !
@mohammadsubhan1524
@mohammadsubhan1524 6 ай бұрын
Thanks bro 👊
@BaoTran-wv3nn
@BaoTran-wv3nn 7 ай бұрын
You are my superman
@Computerix
@Computerix 7 ай бұрын
😄
@thesunnatillo
@thesunnatillo 4 ай бұрын
thank you bro
@Computerix
@Computerix 4 ай бұрын
You're welcome 🫡
@shygrammer
@shygrammer 4 ай бұрын
awesome!
@shygrammer
@shygrammer 4 ай бұрын
this video got me through a sprint at work
@Computerix
@Computerix 4 ай бұрын
I'm glad :)
@vb2037
@vb2037 7 ай бұрын
super bro
@faizanrasool9241
@faizanrasool9241 6 ай бұрын
just a little bit learning not good fit they skipping the main points
@Computerix
@Computerix 6 ай бұрын
What do you mean ?
@luckykhati3431
@luckykhati3431 14 күн бұрын
Bhai hindi mai bna leta to kya jata yll
Websockets in NestJs (Real-Time Chat App)
24:51
Computerix
Рет қаралды 11 М.
NestJs - Best Practices + Implementations
22:26
Computerix
Рет қаралды 10 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 117 М.
Intro To RabbitMQ
54:06
IAmTimCorey
Рет қаралды 111 М.
Learn NestJS Microservices in 20 Minutes
20:34
Tech Vision
Рет қаралды 24 М.
This Is What MassTransit Does to Your Message Broker | RabbitMQ
14:21
Milan Jovanović
Рет қаралды 12 М.
Nest.js Microservices Tutorial in 20 Minutes
17:56
Michael Guay
Рет қаралды 114 М.
NestJs caching with Redis
18:17
Computerix
Рет қаралды 9 М.
How To Build Loosely Coupled Microservices With MassTransit
23:01
Milan Jovanović
Рет қаралды 39 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 180 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН