CloudAMQP now supports webhook signature verification, allowing users to authenticate incoming webhook requests using a signing secret. This feature enhances security by adding headers for verification and using HMAC-SHA256 for signature computation.
Missed heartbeats can cause issues in applications that utilize RabbitMQ. In this blog, we examine reasons clients miss heartbeats and discuss strategies to avoid common causes.
This blog series addresses the challenges of messaging in IoT systems and introduces LavinMQ as a solution. It highlights the need for a reliable messaging backbone that can efficiently handle millions of messages, maintain performance under unstable conditions, and secure data.
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
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
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...
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
Version upgrade announcement: RabbitMQ 4.2 is now available on CloudAMQP. This makes 4.2 the latest version supported with features like Khepri as the default metadata store for improved performance and scalability, and other major updates. Find out more in this blog.
Introducing CloudAMQP CLI: Manage your message queue infrastructure from the terminal.
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.