Most recent blog posts

RabbitMQ Streams and replay features, Part 2: How to work with RabbitMQ Streams

Queues in RabbitMQ are great! The RabbitMQ team introduced Streams in RabbitMQ 3.9 to open up newer use cases for RabbitMQ. Having explored those use cases in the previous post, this article demonstrates how to work with RabbitMQ Streams.

RabbitMQ Streams and Replay Features, Part 1: When to Use RabbitMQ Streams

The RabbitMQ team introduced Streams in RabbitMQ 3.9 to open up newer use cases for RabbitMQ and address any fall-flat scenarios. This article explores RabbitMQ streams and, more specifically, what they are and the new possibilities they present.

Learn RabbitMQ free with the new RabbitMQ Training Course

Learn everything you need to know to master RabbitMQ, from beginner to advanced. The course is free and can be taken at any time, allowing you to do it at your own schedule and pace.

adidas tracks sports activities with help from RabbitMQ

You go for a run, and when you're done, your buddy, adidas Running, will tell you how you did. Behind the scenes there is a dedicated team of engineers relying on RabbitMQ.

CloudAMQP talks at the RabbitMQ Summit

We are proud to announce that three members of the CloudAMQP team will be speaking during the RabbitMQ Summit. Here is a summary of our talks and the time slots not to miss out on!

Know Before You Go – A Crash Course in RabbitMQ with CloudAMQP

New to Message Queueing? In need of a crash course before the RabbitMQ Summit? CloudAMQP and Erlang Solutions have just the right meetup for you!

Five Reasons To Consider LavinMQ When Choosing Message Broker

We're here to introduce you to LavinMQ, the new lightweight, resource efficient, easy-to-use message broker that is built to be faster and more approachable than existing options.

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.