Beginner's guide - LavinMQ and Celery for efficient task management
In today’s software world, handling tasks efficiently is key. But how can we manage tasks without slowing down our applications? Meet LavinMQ and Celery – two tools that can help....
LavinMQ 1.2 Feature Highlights - Standby Replication and Streams
We are thrilled to announce the release of LavinMQ version 1.2! The introduction of the standby replication feature and the addition of streams, in this release, marks a significant milestone...
LavinMQ-talk at Pycon in Italy
Christina Dahlén and Nyior Clement from the LavinMQ team recently held a talk at PyCon, Italy, on how LavinMQ can streamline communication between Python microservices. Here’s a recording of their...
Announcing LavinMQ 1.0 - Ready for Action
We’re thrilled to announce that LavinMQ 1.0 is finally here! After years of development and testing, we’re proud to say that LavinMQ has graduated from the beta stage and is...
Crystal clear message brokering - balancing high performance and elegant code
We are thrilled with Crystal here at LavinMQ, and we want to share our enthusiasm with you! Let us show why Crystal was the perfect choice for us! Performance has...
LavinMQ now hosted at CloudAMQP!
Wow! Now you can get free access to LavinMQ - the high speed, open-source message broker is now hosted at CloudAMQP. This is the easiest way to get your hands...
LavinMQ adds support for max message size
LavinMQ, the new, fast message broker developed by the experts at CloudAMQP, keeps getting better and better! Recently added support for max message size is the latest feature. What does...
LavinMQ adds support for vhost limits
LavinMQ has added support for vhost limits. Even if you’re familiar with the concepts of exchanges, bindings, and queues, you may not know much about vhosts. So let’s get into...
Moving from Alpha to Beta!
The exciting new open-source message broker released by CloudAMQP has moved from Alpha to Beta! So what does that mean, and how can you try out this great new message...
The next-gen message broker, LavinMQ
The new, fast, high-performance, open-source AMQP message broker, LavinMQ offers message re-consuming and consumer pausing. LavinMQ is built by the team behind the world-leading RabbitMQ as a service provider CloudAMQP....
A short guide to message queueing
Message queueing is a form of asynchronous communication between services or applications constructed of messages that are held in a queue until they are processed. Message queues are used to...