Releases: QianmiOpen/spring-boot-starter-rocketmq
Releases · QianmiOpen/spring-boot-starter-rocketmq
Upgrade rocketmq to 4.2.0
Features:
- upgrade rocketmq to 4.2.0, and support flow control threshold on topic level with
RocketMQMessageListener
annotation.
Optimise:
ConsumeMode.Orderly
changed toConsumeMode.ORDERLY
- Optimat pom, avoid possible conflicts of dependencies
Support One-way transmission
Features:
- One-way transmission
Fixes:
- avoid
consumeThreadMax
less thanconsumeThreadMin
Addition log to record cost time
1.0.1-RELEASE [maven-release-plugin] copy for tag 1.0.1-RELEASE
First release
Features:
- synchronous transmission
- synchronous ordered transmission
- asynchronous transmission
- asynchronous ordered transmission
- orderly consume
- concurrently consume(broadcasting/clustering)
- One-way transmission