rocketmq-spring-all-2.0.4
版本发布时间: 2019-11-12 10:38:19
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.5.2 and fix some important bugs, e.g. fix the message was consumed twice because of the same instanceName and fix RocketMQTemplate.syncSend collection type method signature. And besides this, this release also will bring some enhancements for usability.
Improvement
-
[ISSUE #86] Support to configure whether consumer listener is enabled through the configuration file.
-
[ISSUE #96] Support resolve placeholder for listener.txProducerGroup.
-
[ISSUE #103] Support resolve placeholder for selectorExpression.
-
[ISSUE #137] Upgrade rocketmq dependency to 4.5.2.
-
[ISSUE #152] An enhancement about the convert in RocketMQTemplate.
Bug
-
[ISSUE #81] Fix RocketMQTemplate.syncSend collection type method signature.
-
[ISSUE #83] Fix addUserProperties will override headers from rocketmq.
-
[ISSUE 107] Fix the message was consumed twice because of the same instanceName.
-
[ISSUE #117] Fix timeout failed in syncSendOrderly.
-
[ISSUE #163] Fix transactionProducer has incorrect namespace.