ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,777 results

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

42,400 views

1 year ago

Big Tech Talk
RabbitMQ - How to consume message from RabbitMq using Java

This video demonstrates the java code which will help us to consume message from RabbitMq. Subscribe: https://bit.ly/2A2h6sJ ...

6:39
RabbitMQ - How to consume message from RabbitMq using Java

1,265 views

2 years ago

IBM Technology
What is RabbitMQ?

Learn more about Message Brokers → http://ibm.biz/message-brokers-guide Check out IBM Messages for RabbitMQ ...

10:10
What is RabbitMQ?

388,039 views

5 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,139,894 views

1 year ago

Tech Programme
RabbitMQ with Spring Boot(Setup RabbitMQ) - Part 01

This guide walks you through the process of setting up a RabbitMQ AMQP server that publishes and subscribes to messages and ...

8:38
RabbitMQ with Spring Boot(Setup RabbitMQ) - Part 01

917 views

6 years 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,719 views

7 years ago

Big Tech Talk
RabbitMQ - How to send messages to a RabbitMQ broker using Java

In this video we will learn how to send message to RabbitMq using java. Subscribe: https://bit.ly/2A2h6sJ Facebook: ...

6:29
RabbitMQ - How to send messages to a RabbitMQ broker using Java

2,385 views

2 years ago

CloudAMQP
RabbitMQ Explained - Exchanges

Messages are not sent directly to Queues. They first pass through an Exchange (in the broker) that redirects them to their ...

5:40
RabbitMQ Explained - Exchanges

114,616 views

5 years ago

Techies
JMS Java Messaging  Api with  RabbitMQ
14:29
JMS Java Messaging Api with RabbitMQ

3,640 views

12 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

28,165 views

8 months ago

Jstobigdata - DS, ML & More
Introduction to RabbitMQ and AMQP [Complete Tutorial Series in Java]

Overview of RabbitMQ and AMQP - A complete RabbitMQ tutorial series.

7:08
Introduction to RabbitMQ and AMQP [Complete Tutorial Series in Java]

14,638 views

4 years ago

Java Techie
Apache Kafka® Tutorials for Beginners | What & Why Apache Kafka? Brief introduction | JavaTechie

In this Tutorial, we will discuss basic introduction of Kafka Agenda What is Kafka Why do we need kafka How doest it works ...

14:07
Apache Kafka® Tutorials for Beginners | What & Why Apache Kafka? Brief introduction | JavaTechie

256,144 views

3 years ago

Java Guides
Spring Boot RabbitMQ Tutorial - #11 - Build REST API to Send Message and Test RabbitMQ Producer

Hi, welcome to Spring Boot RabbitMQ Tutorial series, in this lecture, we will create a simple REST API that the client uses to send ...

7:51
Spring Boot RabbitMQ Tutorial - #11 - Build REST API to Send Message and Test RabbitMQ Producer

18,308 views

3 years ago

Java Guides
Spring Boot RabbitMQ Tutorial - #3 - RabbitMQ Core Concepts | Explained with Diagrams

Hi, welcome to Spring Boot RabbitMQ Tutorial series, in this lecture, we will take into important RabbitMQ core concepts: ...

5:50
Spring Boot RabbitMQ Tutorial - #3 - RabbitMQ Core Concepts | Explained with Diagrams

19,037 views

3 years ago

Java Guides
Spring Boot RabbitMQ Tutorial - #13 - Configure RabbitMQ for JSON Message Communication

Hi, welcome to Spring Boot RabbitMQ Tutorial series, in this lecture, we will configure RabbitMQ exchange, queue, and routing ...

11:44
Spring Boot RabbitMQ Tutorial - #13 - Configure RabbitMQ for JSON Message Communication

14,144 views

3 years ago

Java Techie
Spring Cloud Function | @functional | Example | Java Techie

This video explain you How to use spring cloud function & how you can expose your business or endpoint as a function ...

17:52
Spring Cloud Function | @functional | Example | Java Techie

23,190 views

6 years ago

Tech Primers
RabbitMQ vs Kafka | Trade-off's to choose one over other | Tech Primers

This video covers the differences between RabbitMQ & Kafka by using an Event Driven Architecture case study Join this channel ...

14:32
RabbitMQ vs Kafka | Trade-off's to choose one over other | Tech Primers

182,350 views

5 years ago

Java Guides
Spring Boot RabbitMQ Tutorial - #16 - Create RabbitMQ Consumer to Consume JSON Message

Hi, welcome to Spring Boot RabbitMQ Tutorial series, in this lecture, we will create RabbitMQ consumer to consume JSON ...

5:34
Spring Boot RabbitMQ Tutorial - #16 - Create RabbitMQ Consumer to Consume JSON Message

11,510 views

3 years ago

ChargeAhead
Spring Boot & Spring Cloud Stream: Publishing Messages to RabbitMQ

In this video we will create a publisher service which will expose a REST API through which our clients will submit the data or ...

8:18
Spring Boot & Spring Cloud Stream: Publishing Messages to RabbitMQ

6,012 views

6 years ago

Java Guides
Spring Boot RabbitMQ Tutorial - #8 - Connection Between Spring Boot and RabbitMQ

Hi, welcome to Spring Boot RabbitMQ Tutorial series, in this lecture, we will establish the connection between Spring boot and ...

4:28
Spring Boot RabbitMQ Tutorial - #8 - Connection Between Spring Boot and RabbitMQ

18,655 views

3 years ago

Java Guides
Spring Boot RabbitMQ Tutorial - #5 - Install and Setup RabbitMQ using Docker

Hi, welcome to Spring Boot RabbitMQ Tutorial series, in this lecture, we will install and set up RabbitMQ using Docker. Complete ...

6:14
Spring Boot RabbitMQ Tutorial - #5 - Install and Setup RabbitMQ using Docker

22,970 views

3 years ago

Java Techie
Java 8 Streams | map () & flatMap() Example | JavaTechie

This tutorial will guide you How & when to use map() and faltMap() method in java8 stream #javatechie #java8 #Stream GitHub: ...

15:37
Java 8 Streams | map () & flatMap() Example | JavaTechie

246,230 views

5 years ago

Java Techie
Spring Boot | Spring Data Redis as Cache | @Cacheable | @CacheEvict | @CachePut | JavaTechie

This tutorial will guide you how to use Spring Data Redis as a cache to improve application performance #javatechie #Redis ...

14:15
Spring Boot | Spring Data Redis as Cache | @Cacheable | @CacheEvict | @CachePut | JavaTechie

192,842 views

5 years ago

Ram N Java
How to Send/Receive Product object to/from Queue(Spring + JMS + RabbitMQ Example with Annotations)?

Welcome to this comprehensive tutorial on integrating Spring, JMS (Java Message Service), and RabbitMQ to efficiently send and ...

11:22
How to Send/Receive Product object to/from Queue(Spring + JMS + RabbitMQ Example with Annotations)?

5,095 views

6 years ago

Java Guides
Spring Boot RabbitMQ Tutorial - #12- Create RabbitMQ Consumer

Hi, welcome to Spring Boot RabbitMQ Tutorial series, in this lecture, we will create a RabbitMQ consumer and we will see how to ...

6:35
Spring Boot RabbitMQ Tutorial - #12- Create RabbitMQ Consumer

14,205 views

3 years ago