About 56,500 results
Open links in new tab
  1. RabbitMQ: One broker to queue them all | RabbitMQ

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

  2. Introduction to RabbitMQ - GeeksforGeeks

    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 …

  3. RabbitMQ - Wikipedia

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

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

    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 …

  5. Understanding RabbitMQ: The Essential Message Broker for …

    Apr 30, 2025 · RabbitMQ is an open-source message broker designed to facilitate communication between applications by routing, buffering, and delivering messages through queues. It implements …

  6. What is RabbitMQ and Why It’s Simpler to Use - xcelore.com

    Sep 17, 2025 · RabbitMQ is a message broker that helps applications communicate by sending and receiving messages. It acts as a middleman and delivers messages safely, from one end to another.

  7. What Is RabbitMQ: A Comprehensive Guide - RisingWave: Event …

    May 8, 2024 · RabbitMQ runs as an Erlang runtime node and supports the AMQP protocol. This protocol ensures interoperability and efficient communication between different software …

  8. What is RabbitMQ? [An Introduction] - Confluent

    RabbitMQ is a message broker that routes messages between two applications. Learn how RabbitMQ works, common use cases, pros, cons, and best alternatives.

  9. What is RabbitMQ? - cloudfoundation.com

    RabbitMQ is an effective message broker designed to build robust and scalable applications. With flexible message movement capabilities and cloud compatibility features such as flexible message …

  10. Introduction to RabbitMQ - Baeldung

    Jan 8, 2024 · In this article, we will discuss a simple example with two services which will communicate using RabbitMQ. One of the services will publish messages to RabbitMQ and the other one will …