File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484
8585subprojects {
8686 group = " com.github.sonus21"
87- version = " 4.0.0-RC8 "
87+ version = " 4.0.0-RC9 "
8888
8989 dependencies {
9090 // https://mvnrepository.com/artifact/org.springframework/spring-messaging
Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ foundational Spring Boot 4 and Jackson 3 migration notes; RC3 for the Java 17
1818baseline change; RC4–RC6 below for the NATS backend, broker SPI, dashboard
1919work, and middleware additions that build on top.
2020
21+ ## Release [ 4.0.0.RC9] 2026-05-13
22+
23+ {: .highlight}
24+ Release candidate.
25+
26+ ### Features
27+ * ** Global retry limit** — added ` rqueue.retry.max ` to cap the implicit
28+ retry-forever default for listeners that do not configure ` numRetries ` .
29+ Explicit per-listener retry counts and the existing DLQ retry default continue
30+ to take precedence. On NATS, the effective retry count maps to JetStream
31+ ` maxDeliver ` as ` retries + 1 ` .
32+
2133## Release [ 4.0.0.RC8] 2026-05-09
2234
2335{: .highlight}
You can’t perform that action at this time.
0 commit comments