Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Spring Boot + RabbitMQ (Includes Event-Driven Microservices)

Posted By: BlackDove
Spring Boot + RabbitMQ (Includes Event-Driven Microservices)

Spring Boot + RabbitMQ (Includes Event-Driven Microservices)
Published 07/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 32 lectures (3h 7m) | Size: 1.34 GB


Learn to Use RabbitMQ to Exchange Messages Between Producer and Consumer in Spring Boot Applications & Microservices

What you'll learn
Learn RabbitMQ Core Concepts
Learn how to integrate RabbitMQ in Spring boot application
Learn how to create RabbitMQ Queue, Exchange, Binding, Producer and Consumer
Learn how to exchange string messages between Producer and Consumer using RabbitMQ broker
Learn how to create Multiple Queues in RabbitMQ broker
Learn how to exchange JSON messages between Producer and Consumer using RabbitMQ broker
Learn how to create Event-Drive Microservices using Spring boot and RabbitMQ
Learn how to use RabbitMQ as Message broker for sync communication between multiple Microservices

Requirements
- Java
- Spring Boot

Description
In this course, you will learn

- How to build RabbitMQ Producer and Consumer to exchange different formats of data such as String and JSON. - How to use RabbitMQ as a message broker for Async communication between multiple Microservices (Event-Driven Architecture).

If you want to use RabbitMQ in Spring boot event-driven microservices then this course is useful for you.

What is the Spring Boot?

Spring Boot is an extension of the Spring framework that eliminated the boilerplate configurations required for setting up a Spring application.

Spring Boot is an opinionated framework that helps developers build Spring-based applications quickly and easily. The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration again and again.

What is RabbitMQ?

RabbitMQ is an open-source message broker software. It accepts messages from producers and delivers them to consumers. It acts like a middleman which can be used to reduce loads and delivery times taken by web application servers.

RabbitMQ uses Advanced Messaging Queuing Protocol (AMQP) for the secure transfer of messages.

Use of RabbitMQ in Microservices

RabbitMQ is one of the simplest freely available options for implementing messaging queues in your microservices architecture. These queue patterns can help to scale your application by communicating between various microservices. We can use these queues for various purposes, as the interaction between core microservices, decoupling of microservices, implementing failover mechanisms, and sending email notifications via message brokers.

What you will learn?

Learn RabbitMQ Core Concepts

Learn how to integrate RabbitMQ in the Spring boot application

Learn how to create RabbitMQ Queue, Exchange, Binding, Producer, and Consumer

Learn how to exchange string messages between Producer and Consumer using RabbitMQ broker

Learn how to create Multiple Queues in RabbitMQ broker

Learn how to exchange JSON messages between Producer and Consumer using RabbitMQ broker

Learn how to create Event-Drive Microservices using Spring boot and RabbitMQ

Learn how to use RabbitMQ as a Message broker for sync communication between multiple Microservices

Tools and Technologies used in this course

Technologies

Java 17+

Spring Boot 3+

Tomcat

Messaging Broker

RabbitMQ

IDE

Intellij IDEA

Tools

Postman - Test REST APIs

Maven - Build Tool

Who this course is for
This is course is for beginners as well as professional who want quickly start using RabbitMQ broker in his/her Spring boot project
This is course for someone who want use RabbitMQ in Even-Driven Microservices Architecture.