Skip to content

Commit f7fbb16

Browse files
committed
Update 3.13.0 release notes
1 parent 67285d6 commit f7fbb16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-notes/3.13.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ GET /api/queues` HTTP API endpoint has dropped several rarely used metrics, resu
8787

8888
### MQTT Plugin
8989

90-
`mqtt.subscription_ttl` configuration setting was replaced with `mqtt.max_session_expiry_interval_seconds`.
90+
`mqtt.subscription_ttl` (in milliseconds) configuration setting was replaced with `mqtt.max_session_expiry_interval_seconds` (in seconds).
91+
A 3.13 RabbitMQ node will fail to boot if the old configuration setting is set.
92+
For example, if you set `mqtt.subscription_ttl = 3600000` (1 hour) prior to 3.13, replace that setting with `mqtt.max_session_expiry_interval_seconds = 3600` (1 hour) in 3.13.
9193

9294

9395
### Getting Help

0 commit comments

Comments
 (0)