Skip to content

rocketmq-spring-all-2.1.1

Compare
Choose a tag to compare
@RongtongJin RongtongJin released this 21 Jul 05:25
· 157 commits to master since this release

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.