In this post we'll cover a new configuration format available in RabbitMQ 3.7.0.
61 posts tagged with "New Features"
View All TagsPeer Discovery Subsystem in RabbitMQ 3.7
In this blog post we're going to take a closer look at a new subsystem introduced in RabbitMQ 3.7.0.
What's New in RabbitMQ 3.7
After over 1 year in the works, RabbitMQ 3.7.0 has quietly shipped right before the start of the holiday season. The release was heavily inspired by the community feedback on 3.6.x. In this post we'd like to cover some of the highlights in this release.
New Reactive Client for RabbitMQ HTTP API
The RabbitMQ team is happy to announce the release of version 2.0 of HOP, RabbitMQ HTTP API client for Java and other JVM languages. This new release introduce a new reactive client based on Spring Framework 5.0 WebFlux.
RabbitMQ Java Client 5.0 is Released
The RabbitMQ team is happy to announce the release of version 5.0 of the RabbitMQ Java Client. This new release is now based on Java 8 and comes with a bunch of interesting new features.
Brand new rabbitmqctl in 3.7.0
As of v3.7.0 Milestone 8,
RabbitMQ ships with a brand new set of CLI tools (rabbitmqctl
, rabbitmq-plugins
, and more), reworked from the ground-up. We had a few goals with this project.
Metrics support in RabbitMQ Java Client 4.0
Version 4.0 of the RabbitMQ Java Client brings support for runtime metrics. This can be especially useful to know how a client application is behaving. Let's see how to enable metrics collection and how to monitor those metrics on JMX or even inside a Spring Boot application.
RabbitMQ Java Client 4.0 is released
The RabbitMQ team is happy to announce the release of version 4.0 of the RabbitMQ Java Client. This new release does not introduce any breaking changes and comes with a bunch of interesting new features.
What's new in RabbitMQ 3.6.0
We are pleased to announce the immediate availability of RabbitMQ 3.6.0, a new version of the broker that comes packed with lot of new features. Before we go on, you can obtain it here: /docs/download.
This release brings many improvements in broker features, development environment for our contributors, and security. Let's take a look at some of the most significant ones.
Scheduling Messages with RabbitMQ
For a while people have looked for ways of implementing delayed messaging with RabbitMQ. So far the accepted solution was to use a mix of message TTL and Dead Letter Exchanges as proposed by James Carr here. Since a while we have thought to offer an out-of-the-box solution for this, and these past month we had the time to implement it as a plugin. Enter RabbitMQ Delayed Message Plugin.