rocketmq-spring-all-2.2.1
版本发布时间: 2021-08-31 11:45:06
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.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.