Both AMQP and MQTT are messaging protocols. However, both protocols have their strengths and weaknesses, making it essential to understand their similarities, differences, and use cases. In this blog post, we will delve into the world of AMQP and MQTT.
The CloudAMQP team was present at the Python Conference held in Flerence, Italy on the 25/05/2023.
The CloudAMQP team presents to you the 2023 RabbitMQ Summit scheduled to hold in Berlin, Germany.
In this blog post, we will discuss the pros and cons of persistence configuration to understand when it makes sense to make changes and when to avoid them.
This article covers performance testing on RabbitMQ, enabling readers to conduct it themselves
Create, update and configure CloudAMQP instances, VPCs and more features with a simple configuration file. Here’s an introduction on how to use Terraform to manage your CloudAMQP resources through code.
While implementing our demo project in parts 5 & 6, we did dumb down a couple of things for brevity’s sake. This article will suggest how some of those things could be improved.
In the previous post, we implemented the first service in our distributed architecture. This post will walk you through implementing the second service.
Recall that the previous article discussed breaking down our demo project into two smaller services. This article will walk us through building the first service.
Equipped with the theoretical knowledge of message queues, RabbitMQ, and CloudAMQP, next, let's apply what we've learned to a realworld project - this article will introduce our demo project.