Skip to content

rocketmq-spring-all-2.2.1

Compare
Choose a tag to compare
@RongtongJin RongtongJin released this 31 Aug 03:45
· 123 commits to master since this release

The main goal of this release is to align with RocketMQ Client 4.9.1. In addition, this release fix some important bugs and make some enhancement.

Improvement

  • [ISSUE #385] Add message trace setting in ExtRocketMQConsumerConfiguration.
  • [ISSUE #381] Upgrade rocketmq version to 4.9.1.
  • [ISSUE #377] Add the replyTimeout configuration parameter.
  • [ISSUE #371] Add some asynchronous API for batch messages in RocketMQTemplate.
  • [ISSUE #378] Improve the comment of maxReconsumeTimes.
  • [ISSUE #366] The retry number of failed consumptions can be set.
  • [ISSUE #368] Upgrade starter version.
  • [ISSUE #346] Enhance DefaultRocketMQListenerContainer doConvertMessage.
  • [ISSUE #340] Set enableMsgTrace default value to false.
  • [ISSUE #343] Sending batch messages orderly with RocketMQTemplate.
  • [ISSUE #335] Update rocketmq spring samples version.

Bug

  • [ISSUE #376] Fix the selectorExpression not resolve placeholders.
  • [ISSUE #339] Fix consumer do not consume message with the same instance name.