All Products
Search
Document Center

ApsaraMQ for RocketMQ:Release notes

Last Updated:Jun 27, 2024

This topic describes the release notes for the RocketMQ 5.x SDK for Java. You can choose a version of the SDK for Java that meets your business requirements to send and receive messages based on the description of this topic.

Note

The RocketMQ 5.x SDK for Java supports Java Development Kit (JDK) 1.8 or later.

Recommended versions

You can access ApsaraMQ for RocketMQ by using Apache RocketMQ SDKs. The following versions are supported:

  • rocketmq-client versions 5.x

  • rocketmq-client versions 4.x

  • rocketmq-client versions 3.x

We recommend that you use Apache RocketMQ 5.x SDKs for higher performance and more comprehensive O&M capabilities. The following SDK version is tested and verified by Alibaba Cloud engineers. We recommend that you use the following version to send and receive messages.

Recommended version:

<dependency>
    <groupId>org.apache.rocketmq</groupId>
    <artifactId>rocketmq-client-java</artifactId>
    <version>5.0.7</version>
</dependency>

Historical versions

For more information about historical versions, see Releases.