NestJs Microservices with RabbitMQ

NestJs Microservices with RabbitMQ

25.716 Lượt nghe
NestJs Microservices with RabbitMQ
We build a Producer and a Consumer that communicate through RabbitMQ in NestJs. We learn how to implement both event driven and RPC solutions. If this video was helpful, leave a like & subscribe! Github Repo: https://github.com/charbelh3/NestJs-Microservice-RabbitMQ Timestamps: -------------------- 0:00 - Introduction 1:25 - Creating a RabbitMQ client instance 3:55 - Producing an event to RabbitMQ 6:40 - Connecting our Consumer to RabbitMQ 10:50 - Implementing RPC (request-reply pattern) 14:03 - Emit vs Send 16:08 - Message Props & Behind the scenes details 19:55 - Summary