Most recent blog posts

Understand the protocols behind IoT messaging

MQTT is ideal for IoT devices due to its lightweight nature and ability to function on unstable networks, while AMQP is suited for backend systems that require reliable messaging, routing, and scalability

Building real-time IoT dashboards with LavinMQ and WebSockets

LavinMQ facilitates real-time communication between IoT devices and dashboards using MQTT/AMQP over WebSockets, allowing instant data updates without the inefficiencies of HTTP polling

Visualize IoT data dynamically through live dashboards

Real-time IoT messaging enables instant visibility, while Prometheus and Grafana provide long-term insights. Integrating LavinMQ with these tools allows for effective monitoring and analysis of IoT data, transforming metrics into dynamic dashboards that reveal both real-time...

Secure and scale IoT systems for reliability and performance

LavinMQ enables secure and scalable IoT systems, ensuring reliable message delivery despite growing device counts and data volumes. It features end-to-end encryption, user authentication, durable queues, and clustering for high availability

Introducing CloudAMQP CLI

Introducing CloudAMQP CLI: Manage your message queue infrastructure from the terminal.

TLS/SSL certificates in RabbitMQ Part 1

This blog post is part 1 of a 2 part series. We will cover server verification and dive into the importance of mutual authentication for secure messaging. Using certificates enhances overall security in RabbitMQ clusters.

TLS/SSL certificates in RabbitMQ Part 2

In this blog we will continue from where we left off in part 1. In part 2 of using CA certs with RabbitMQ we will take a look at example client and RabbitMQ configurations.

Quorum Queues and disk space

Quorum queues ensure data safety and high availability but require careful management of disk usage. In this blog you will learn about best practices for quorum queues including configuring appropriate timeout values, monitoring disk usage, and more.

How LavinMQ implements Streams with AMQP 0.9.1 and how it differs from RabbitMQ

The open source message broker LavinMQ implements stream queues by default. This is achieved over the standard AMQP 0.9.1 protocol, and benchmarks show that high throughput is one of the key features of LavinMQ.

Manage and reduce your network usage on RabbitMQ

In this blog post we will cover methods to reduce network costs in RabbitMQ. Learn to reduce cost from your clients to control cloud spending effectively.