Skip to content

Releases: QianmiOpen/spring-boot-starter-rocketmq

Upgrade rocketmq to 4.2.0

02 Jan 07:54
Compare
Choose a tag to compare

Features:

  • upgrade rocketmq to 4.2.0, and support flow control threshold on topic level with RocketMQMessageListener annotation.

Optimise:

  • ConsumeMode.Orderly changed to ConsumeMode.ORDERLY
  • Optimat pom, avoid possible conflicts of dependencies

Support One-way transmission

11 Oct 08:56
Compare
Choose a tag to compare

Features:

  • One-way transmission

Fixes:

  • avoid consumeThreadMax less than consumeThreadMin

Addition log to record cost time

11 Oct 08:54
Compare
Choose a tag to compare
1.0.1-RELEASE

[maven-release-plugin] copy for tag 1.0.1-RELEASE

First release

11 Oct 08:52
Compare
Choose a tag to compare

Features:

  • synchronous transmission
  • synchronous ordered transmission
  • asynchronous transmission
  • asynchronous ordered transmission
  • orderly consume
  • concurrently consume(broadcasting/clustering)
  • One-way transmission