Most recent blog posts

Viessmann uses RabbitMQ for smooth IoT communication

Certain needs are universal - among these are the needs for dependable heating or cooling systems and reliable ways of controlling them. Viessmann, a leading company in the field, fulfills these needs, partly thanks to its collaboration with CloudAMQP. This blog highlights the...

New feature: CloudAMQP and Private Service Connect

We are happy to announce the introduction of support for Private Service Connect for all our Google Cloud customers. This blog will walk you through how to enable this feature on CloudAMQP.

RabbitMQ and WebSockets, Part 2: Web-MQTT, Web-STOMP and Web-AMQP

In this article, we will explore the different techniques of connecting to RabbitMQ from the browser. We will also cover the performance differences of these techniques.

RabbitMQ and WebSockets, Part 1: AMQP, MQTT, and STOMP

This article sets the stage for understanding how to connect to RabbitMQ from a browser-based application - which we will explore in the second part of this series.

Python Celery & RabbitMQ: Mingling, Gossip, and Heartbeats

When using Python Celery with RabbitMQ, understanding features like Heartbeats, Mingling, and Gossip is crucial. These features can significantly impact message traffic and resource consumption - In this article, we will see how.

The Power of Message Queueing in Modern Applications

Ever wondered why your fitness app doesn't crash when thousands of others use it simultaneously, or how your bank swiftly processes transactions even during peak hours? The secret ingredient in many of today's modern applications is called Message Queueing.

Upgrade Legacy Queueing: RabbitMQ Summit Pre-Conference Webinar

Join us for the RabbitMQ Summit pre-conference webinar on September 7 at 10:00 AM (CEST). This session, led by Sofie Abrahamsson (CloudAMQP) and Brett Cameron (VMS Software Inc.), delves into RabbitMQ's potential to replace outdated message queuing solutions in legacy...

RabbitMQ directories and files, part 2: Data directory

This article demystifies the RabbitMQ data directory - the role it plays in persisting messages and other meta-data

RabbitMQ directories and files, part 1: Log and config files

Discover the essential guide to RabbitMQ's log and configuration files, their roles, and where to find them across various operating systems

Message queues vs HTTPS in microservices, part 2: Streamlining load balancing and service discovery

In this blog, we will see how https-based microservices introduce the need for load balancing and service discovery. In the end, we will see how a queue-based approach simplifies all these.