Search Articles — Sudonull

Search Results

In this project

Decentralized orchestration on RabbitMQ

https://sudonull.com/decentralized-orchestration-on-rabbitmq

Learn how to replace Apache Camel with a decentralized library using RabbitMQ for reliable data processing in microservices. Scaling, fault tolerance, code examples. Read the tutorial for middle/senior dev.

Kafka RabbitMQ Courses 2026: Yandex vs Slerm

https://sudonull.com/kafka-rabbitmq-courses-2026-yandex-vs-slerm

Comparison of Yandex Praktikum and Slerm courses on Kafka, RabbitMQ. KRaft, highload, Docker stands, reviews. Choose format for middle/senior devs and start learning.

Blue-Green deploy on Docker Compose without downtime

https://sudonull.com/blue-green-deploy-on-docker-compose-without-downtime

How to implement blue-green deploy with zero downtime on Docker Compose and nginx. Detailed guide for web services and background workers.

From the web

RabbitMQ: One broker to queue them all | RabbitMQ

https://www.rabbitmq.com/

RabbitMQ is a powerful, enterprise grade open source messaging and streaming broker that enables efficient, reliable and versatile communication for applications — perfect for distributed microservices, …

RabbitMQ Documentation | RabbitMQ

https://www.rabbitmq.com/docs

These tutorials will guide you on how to use RabbitMQ. If you are familiar with RabbitMQ, go directly to the How to Use RabbitMQ information to start exploring it.

Introduction to RabbitMQ - GeeksforGeeks

https://www.geeksforgeeks.org/blogs/introduction-to-rabbitmq/

Jan 17, 2026 · RabbitMQ, a popular open-source message broker, uses the AMQP (Advanced Message Queuing Protocol) to send and receive messages between applications. Developed in Erlang, it …

RabbitMQ - Wikipedia

https://en.wikipedia.org/wiki/RabbitMQ

RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has …

Part 1: RabbitMQ for beginners - What is RabbitMQ? - CloudAMQP

https://www.cloudamqp.com/blog/part1-rabbitmq-for-beginners-what-is-rabbitmq.html

Oct 22, 2025 · RabbitMQ is a message-queueing software also known as a message broker or queue manager. In simple terms, RabbitMQ is a software where queues are defined, to which applications …

RabbitMQ - GitHub

https://github.com/rabbitmq

rabbitmq-dotnet-client Public RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+ C# 2.3k 622

Releases · rabbitmq/rabbitmq-server - GitHub

https://github.com/rabbitmq/rabbitmq-server/releases

Failure and partition recovery in a RabbitMQ cluster is now significantly simpler and uniform: all components that have replicated state (Khepri, quorum queues, streams)

RabbitMQ Tutorial - Online Tutorials Library

https://www.tutorialspoint.com/rabbitmq/index.htm

RabbitMQ acts as a broker of messages which sits in between applications and allows them to communicate in asynchronous and reliable way. This RabbitMQ tutorial is based on the latest …

Understanding RabbitMQ: The Basics of Message Queuing

https://dev.to/xavki/understanding-rabbitmq-the-basics-of-message-queuing-524j

May 3, 2025 · RabbitMQ is a lightweight yet powerful message broker that implements the Advanced Message Queuing Protocol (AMQP). It acts as an intermediary between message producers …

RabbitMQ: A Complete Guide to Message Broker, Performance, and ...

https://medium.com/@erickzanetti/rabbitmq-a-complete-guide-to-message-broker-performance-and-reliability-3999ee776d85

Mar 10, 2025 · Architecture and Fundamentals of RabbitMQ What is RabbitMQ? RabbitMQ is an open-source message broker that facilitates communication between distributed applications using a …

Trending Now