rocketmq-spring-all-2.1.1
版本发布时间: 2020-07-21 13:25:10
apache/rocketmq-spring最新发布版本:rocketmq-spring-all-2.3.1(2024-07-18 14:55:51)
The main goal of this release is to align with RocketMQ Client 4.7.1 and fix some important bugs, e.g. fix the bug that accessKey and secretKey are wrong when create producer and fix SyncSend batch message method without timeout param. And besides this, this release also will bring some enhancements for usability.
Improvement
- [ISSUE #262] Support custom AsyncSenderExecutor when sending messages asynchronously.
- [ISSUE# 263] Change the version of rocketmq client in the pom's file.
- [ISSUE #282] Upgrade RocketMQ client version to 4.7.1.
- [ISSUE #285] Upgrade jackson and fastjson version.
Bug
- [ISSUE #271] AccessKey and secretKey are wrong when create procducer.
- [ISSUE #241] Make the unit of consumeTimeout in rocketmq-spring consistent with rocketmq client.
- [ISSUE #242] SyncSend batchMessage method without timeout param.