ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,701 results

Java Techie
Spring Boot RabbitMQ | Publisher & Subscriber Example | AMQP | JavaTechie

This tutorial will guide you how to use AMQP messaging via RabbitMQ in a Spring Boot application. Configure the Message ...

27:43
Spring Boot RabbitMQ | Publisher & Subscriber Example | AMQP | JavaTechie

135,909 views

5 years ago

Java Techie

218K subscribers

Java Guides
Spring Boot RabbitMQ Tutorial | Consumer | Producer | Crash Course 2025

In this crash course, you will learn RabbitMQ core concepts and how to use RabbitMQ to exchange messages between Producer ...

1:47:40
Spring Boot RabbitMQ Tutorial | Consumer | Producer | Crash Course 2025

78,064 views

2 years ago

Fireship
RabbitMQ in 100 Seconds

RabbitMQ is an open-source message broker often used for communication between microservices in the cloud. Learn how to ...

2:31
RabbitMQ in 100 Seconds

758,422 views

3 years ago

People also watched

Артём Шумейко
Kafka and RabbitMQ - MESSAGE BROKERS In plain language with a clear example

What are message brokers and why do backend developers need them? If you want to work with microservices architecture ...

17:32
Kafka and RabbitMQ - MESSAGE BROKERS In plain language with a clear example

135,094 views

1 year ago

Daily Code Buffer
Implementing RabbitMQ in SpringBoot - Producer/Consumer

In this video, we'll go through the implementation of RabbitMQ in SpringBoot GitHub Link Producer: http://bit.ly/3brdob9 GitHub ...

23:04
Implementing RabbitMQ in SpringBoot - Producer/Consumer

86,243 views

4 years ago

Interview Pen
When to Use Kafka or RabbitMQ | System Design

Visit Our Website: https://interviewpen.com/?utm_campaign=queues Join Our Discord (24/7 help): https://discord.gg/Qy85PT9wj6 ...

8:16
When to Use Kafka or RabbitMQ | System Design

309,499 views

1 year ago

IAmTimCorey
Intro To RabbitMQ

RabbitMQ is a powerful message broker that can help you create resilient and scalable applications. If you're not familiar with ...

54:06
Intro To RabbitMQ

146,226 views

2 years ago

Java Puzzle
Saga Pattern with Spring Boot and Kafka for Transaction Management

Unlock the secrets of Saga Pattern implementation in your microservices architecture using the powerful combination of Spring ...

1:01:44
Saga Pattern with Spring Boot and Kafka for Transaction Management

11,551 views

2 years ago

Tech Tutor
Learn About Feign Clients Using Java Spring in 15 minutes

In this video you will learn about how to set up a basic Java Spring project in order to use Feign Clients. Useful Videos: ...

16:02
Learn About Feign Clients Using Java Spring in 15 minutes

21,593 views

4 years ago

Quick Learning Hub
Kafka retry consumer and error handling - Spring boot

You will learn about Error Handling and Retry pattern from Kafka topic(s) using spring boot so as not to lose any message.

14:30
Kafka retry consumer and error handling - Spring boot

18,866 views

3 years ago

That DevOps Guy
RabbitMQ : Message Queues for beginners

Follow DevOps Roadmap https://www.instagram.com/marceldempers My DevOps Course https://marceldempers.dev ...

22:06
RabbitMQ : Message Queues for beginners

194,044 views

5 years ago

Hussein Nasser
RabbitMQ Crash Course

RabbitMQ is an open source distributed message queue written in Erlang and supports many communication protocols.

42:53
RabbitMQ Crash Course

225,046 views

6 years ago

Java Techie
Event-Driven Microservices : What Happens When Kafka Fails Midway? (Real-Time Fixes!) @Javatechie

JavaTechie #microservice #springboot #Kafka What happens when your Kafka event fails midway? Don't panic — in this ...

33:18
Event-Driven Microservices : What Happens When Kafka Fails Midway? (Real-Time Fixes!) @Javatechie

19,947 views

8 months ago

Java Techie
Kafka Error Handling with Spring Boot | Retry Strategies & Dead Letter Topics | JavaTechie

JavaTechie #Kafka #SpringBoot #ErrorHandling In this Video, We will understand how to handle error in Kafka using retry and ...

28:34
Kafka Error Handling with Spring Boot | Retry Strategies & Dead Letter Topics | JavaTechie

48,258 views

1 year ago

AK Coding
The SHOCKING Truth About RabbitMQ Architecture Exposed

How RabbitMQ work internal Architecture What Is RabbitMQ? RabbitMQ is an open-source message queueing system that ...

0:08
The SHOCKING Truth About RabbitMQ Architecture Exposed

16,097 views

8 months ago

Java Techie
Build Real-Time Notifications in Spring Boot Applications Using WebSocket | @Javatechie

JavaTechie #Microservice #SpringBoot #WebSocket In this tutorial, I'll guide you step-by-step on how to build a real-time ...

31:10
Build Real-Time Notifications in Spring Boot Applications Using WebSocket | @Javatechie

49,707 views

1 year ago

Keerti Purswani
PubSub - Simplest Explanation Ever! Kafka, RabbitMQ - Must Know HLD Topics!

Many people don't understand the use of PubSub, why is it needed. Clearing your basics, one day at a time!

1:00
PubSub - Simplest Explanation Ever! Kafka, RabbitMQ - Must Know HLD Topics!

89,962 views

1 year ago

AK Coding
Top 5 Apache Kafka Use Cases in 2025

5 Powerful Apache Kafka Use Cases You Should Know in 2025 #Kafka As a DevOps Engineer, I constantly work with data ...

0:12
Top 5 Apache Kafka Use Cases in 2025

83,607 views

6 months ago

The Coding Gopher
Kafka vs RabbitMQ: The Best Message Queue Explained

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

5:16
Kafka vs RabbitMQ: The Best Message Queue Explained

39,441 views

1 year ago

Java Techie
Spring Boot - Monitoring Microservice with Prometheus and Grafana | Java Techie

This video explain you how to integrate spring boot actuator with a monitoring system called Prometheus and a graphing solution ...

18:23
Spring Boot - Monitoring Microservice with Prometheus and Grafana | Java Techie

110,360 views

7 years ago

TechWorld with Nana
Kafka Tutorial for Beginners | Everything you need to get started

Step by Step DevOps Roadmap PDF: https://bit.ly/4jv2qDH Apache Kafka Tutorial | Everything you need to know: What is Kafka, ...

18:33
Kafka Tutorial for Beginners | Everything you need to get started

1,107,439 views

11 months ago

Java Techie
Microservices Architecture Patterns | SAGA Choreography Implementation | Live Coding | JavaTechie

In this tutorial we will implement saga choreography design patter with ecommerce example #javatechie #SpringBoot #Saga ...

1:24:33
Microservices Architecture Patterns | SAGA Choreography Implementation | Live Coding | JavaTechie

130,970 views

4 years ago

Java Techie
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

JavaTechie #microservice #springboot #Synchronous In this video, we'll explore how to implement clean and efficient ...

17:17
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

27,135 views

7 months ago

AK Coding
Kafka vs ActiveMQ vs RabbitMQ Which Messaging QUEUE is BEST

Kafka vs ActiveMQ vs RabbitMQ | Message Brokers Comparison Explained Are you confused between Kafka, ActiveMQ, and ...

0:46
Kafka vs ActiveMQ vs RabbitMQ Which Messaging QUEUE is BEST

971 views

7 months ago