Microservices, also known as "microservice architecture" is an approach in which a single application is composed of many independently deployable smaller services. If one service goes down, other services will still work fine. In this course, you will learn how to implement RabbitMQ as a message broker. Let's go!

🕒 Timestamps:
00:00 Intro
01:21 Install Docker
03:25 How microservices work
06:34 Folder structure
09:41 Publisher
20:35 Consumer
26:36 Send data via POST request

💻 Source code: 
https://github.com/lyhd/microservices-nodejs

References:
https://www.rabbitmq.com/tutorials/amqp-concepts.html
https://ncube.com/blog/microservices-vs-monolithic-which-architecture-suits-best-for-your-project

#microservices #rabbitmq #messagebroker

 

How to Implement RabbitMQ as a Message Broker
12.95 GEEK