Most recent blog posts

RabbitMQ Fanout Exchange Explained

RabbitMQ has some built-in exchanges and some that are enabled via a plugin. Fanout exchange is built in to RabbitMQ and can be used to route one message to multiple users. Use a fanout exchange when you wish to broadcast data to multiple places.

RabbitMQ Topic Exchange Explained

In RabbitMQ, messages are published to an exchange and, depending on the type of exchange, the message gets routed to one or more queues. This blog post will be focusing on the Direct Exchange in RabbitMQ.

RabbitMQ Direct Exchange Explained

Need powerful routing capabilities and reliable message deliveries? Topic exchange is a built-in exchange in RabbitMQ, enabling the use of wildcards in the binding key.

Frontiers make scientific discoveries open - for the benefit of humanity

Frontiers has made it its mission to make scientific publications free to access and available for everyone. A quest in which RabbitMQ plays an important role behind the scenes.

FAQ: How to purge unacked messages from a queue in RabbitMQ

Multiple queues in our broker have a lot of messages. We tried to remove the piled-up messages by purging the queue, but only messages in a ready state got deleted. There are still queues with messages that are in an unacked state. How could these be deleted?

FAQ: What is the delivery mode in AMQP?

There seems to be two options available for “delivery mode” in AMQP, namely non-persistent and persistent. What does this actually mean?

What’s new in RabbitMQ 3.10?

CloudAMQP is happy to announce that RabbitMQ version 3.10 is now available for our customers. In this blog post, we will go through the most significant changes and features.

Win Two Tickets to the RabbitMQ Summit in London

London in September is especially nice! Find out how you can win two tickets to the RabbitMQ Summit 2022 and join the RabbitMQ community for a one-day conference at Code Node!

RabbitMQ Summit 2022 - Hybrid Event

Amazing news! The RabbitMQ Summit is back, and this year it’s both digital and in person!

LavinMQ for beginners - Sample code for Python

This article will take you through code examples for LavinMQ with Python, steps to set up your own LavinMQ instance, and a relatable example of a working LavinMQ system to follow for yourself.