2:49
This video is part of the Udacity course "Intro to Information Security". Watch the full course at ...
4:31
Message Queues in System Design
Become a senior software engineer with a job guarantee: https://go.hayksimonyan.com/pre-100 Learn the basics of message ...
26:46
Message Queues in System Design Interviews w/ Meta Staff Engineer
A simple explanation of Message Queues in the context of system design interviews. Excalidraw used in video: ...
11:55
How BILLION-Scale Microservices Actually Talk: REST vs Async Messaging
In complex microservices architectures, synchronous REST calls can drag down your system's availability and scalability. In this ...
57:51
Message processing failed! But what's the root cause? - Laila Bougria - NDC London 2023
How do you investigate failures in a distributed system? If your first thought is to look at the call stack, then good luck.
9:59
What is a MESSAGE QUEUE and Where is it used?
Messaging Queues are widely used in asynchronous systems. Message processing in an asynchronous fashion allows the client ...
9:29
3.1.c-Messaging--Fundamentals--Fault-Tolerant message processing
This video show how service instances process queue messages in a fault-tolerant fashion.
12:08
Handling Duplicate Messages (Idempotent Consumers)
Do you create idempotent consumers? "At Least Once" message guarantees that a message will be delivered to a consumer once ...
1:13:13
Message Processing Failed! But What’s the Root Cause? by Laila Bougria
This talk was part of the JetBrains .NET Days Online 2022 conference. Details: https://pages.jetbrains.com/dotnet-days-2022 ...
18:02
FAST Message Processing Is a Game Changer with Amazon SQS
FAST Message Processing Is a Game Changer with Amazon SQS.
1:03:32
Query Processing for Large-Scale XML Message Brokering
Emerging distributed information systems such as Web services, personalized content delivery, and event monitoring require ...
44:34
Szymon Pobiega - Processing Messages Once
Szymon Pobiega is a software engineer that has spent last 13 years solving problems by writing code. He has seen trends come ...
55:27
Message processing failed! But what's the root cause? - Laila Bougria - NDC Oslo 2023
How do you investigate failures in a distributed system? If your first thought is to look at the call stack, then good luck.
19:01
Kafka Consumer Rebalancing Explained | Fix Long Running Consumers & Duplicate Message Processing
In this video, I explain a real-world Kafka consumer issue where long-running message processing causes consumer rebalancing ...
14:18
Fix Duplicate Messages with the Idempotent Consumer Pattern
Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic ☄️ Master the Modular Monolith ...
16:41
Program for Inter Process Communication using Message Queues || msgget || msgsnd || msgrcv || IPC
In this lecture on Program for Inter Process Communication using Message Queues, you will learn how processes can ...
10:06
Asynchronous Processing Using Message Queues | System Design Basics
This video we will discuss about what is Asynchronous process, how does it help to improve application performance and reduce ...
50:48
Inbox & Outbox pattern - transactional message processing [Microservices .NET]
Second demo lesson of our new video course! In this episode, we talk about exactly once processing and guaranteed message ...