Skip to main content

Release Notes - Apache RocketMQ - Version 5.5.0

· 8 min read
Download the 5.5.0 release

Below is a summary of the issues addressed in the 5.5.0 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to Quick Start.

This version introduces Lite Mode, a lightweight subscription mechanism designed for AI scenarios, alongside enhancements across Broker, Proxy, and client components.

New Feature (Lite Mode)

Introduced a lightweight subscription mode (Lite Mode) that delivers more efficient messaging with reduced resource consumption. This mode provides complete lifecycle management, event dispatching, subscription registration, message processing, and metrics monitoring. With the newly added Lite message processor, long-polling service, control handler, and corresponding protocol support, it establishes an efficient lightweight message subscription mechanism tailored for AI scenarios.

What's Changed

Dependency Upgrades

New Contributors

Full Changelog: https://github.com/apache/rocketmq/compare/rocketmq-all-5.4.0...rocketmq-all-5.5.0