Explained Archives - Page 2 of 2 - SeventhState.io

Category: Explained

  • Introducing Stream Support in RabbitMQ

    Introducing Stream Support in RabbitMQ

    In July 2021, streams were introduced to RabbitMQ, utilising a new blazingly-fast protocol that can be used alongside AMQP 0.9.1. Streams offer an easier way to solve a number of problems in RabbitMQ, including large fan-outs, replay & time travel, and large logs, all with very high throughput (1 million messages per second on a 3-node cluster). Arnaud…

  • RabbitMQ Quorum Queues explained – what you need to know

    RabbitMQ Quorum Queues explained – what you need to know

    This queue type is important when RabbitMQ is used in a clustered installation. Let’s explore… Introduction to Quorum Queues In RabbitMQ 3.8.0, one of the most significant new features was the introduction of Quorum Queues. The Quorum Queue is a new type of queue, which is expected to replace the default queue (which is now…

  • What is RabbitMQ? An introduction to the message queuing tech.

    What is RabbitMQ? An introduction to the message queuing tech.

    What is RabbitMQ? Find out in our introduction to the powerful Message Queue tech. Why Rabbit? What is MQ? How can it improve our applications? Why would I want to learn more about it? — These are questions that I asked when I was first introduced to RabbitMQ. I’m Gabor, and I’m now a RabbitMQ…