Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Dive into a comprehensive 43-minute crash course on RabbitMQ, an open-source distributed message queue. Explore key components like AMQP, channels, queues, publishers, and consumers. Learn to set up a RabbitMQ server using Docker, develop publisher and consumer clients in Node.js, and gain insights into practical applications. Discover how RabbitMQ addresses the challenges of spaghetti mesh architecture by introducing an intermediary layer for efficient communication between system components. Follow along with hands-on coding examples, access provided source code and Docker commands, and benefit from the instructor's personal thoughts on this technology. Ideal for developers seeking to understand and implement message queuing systems in their projects.
Syllabus
Intro.
RabbitMQ Components.
Spin up RabbitMQ Docker Container.
Write a Publisher client NodeJs.
Write a consumer client NodeJs.
My thoughts on RabbitMQ .
Taught by
Hussein Nasser
Reviews
5.0 rating, based on 2 Class Central reviews
Showing Class Central Sort
-
Comprehensive crash course covering RabbitMQ basics, with practical Node.js publisher and consumer examples
-
Awesome introduction! Easy to understand and reproduce. Hussein in very funny and explains right to the point.