Skip to content

rocketmq-spring-all-2.2.0

Compare
Choose a tag to compare
@RongtongJin RongtongJin released this 08 Jan 07:11
· 127 commits to master since this release

The main goal of this release is to align with RocketMQ Client 4.8.0 and support the pull consumer pattern. In addition, this release fix some important bugs and make some enhancement.

Feature

  • [ISSUE #306] Support real LitePullMessage in RocketMQ-Spring.

Improvement

  • [ISSUE #289] Use the default instance name when using acl.
  • [ISSUE #298] Too many warning info when consuming failed.
  • [ISSUE #308] Fix the comment error in ACLStringConsumer class.
  • [ISSUE #314] Modify parent.versions of modules in samples project from 2.1.1-SNAPSHOT to 2.1.2-SNAPSHOT.
  • [ISSUE #327] Remove info log in consumeMessage method.
  • [ISSUE #329] Upgrade RocketMQ version to 4.8.0.

Bug

  • [ISSUE #268] RocketMQMessageListener nameServer not work in some scenes.
  • [ISSUE #294] GetAndWrapmessage method in rocketmqUtil is missing prefix when getting keys.
  • [ISSUE #304] Fix the correspondence between enumerations and numbers.