Skip to content

Releases: QianmiOpen/spring-boot-starter-rocketmq

Upgrade rocketmq to 4.2.0

Choose a tag to compare

@aqlu aqlu released this 02 Jan 07:54

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

Choose a tag to compare

@aqlu aqlu released this 11 Oct 08:56

Features:

  • One-way transmission

Fixes:

  • avoid consumeThreadMax less than consumeThreadMin

Addition log to record cost time

Choose a tag to compare

@aqlu aqlu released this 11 Oct 08:54
1.0.1-RELEASE

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

First release

Choose a tag to compare

@aqlu aqlu released this 11 Oct 08:52

Features:

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