Skip to content

Commit 1e34ae3

Browse files
committed
Update migration guide
1 parent f1594b6 commit 1e34ae3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/migrations/6.4.0_6.5.0.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ Make sure you have all the necessary sections present in the configuration file
3434

3535
### Custom backends for `mod_event_pusher`
3636

37-
If you have a custom backend implemented for `mod_event_pusher`, you need to update it to handle the `push_event` hook instead of implementing the `mod_event_pusher` behaviour (which no longer exists).
37+
If you have a custom backend implemented for `mod_event_pusher`, you need to update it to handle the `push_event` hook instead of implementing the `mod_event_pusher` behaviour (which no longer exists). See details in the [module documentation](../modules/mod_event_pusher.md)
38+
39+
### TLS connections to RabbitMQ
40+
41+
Outgoing connections to RabbitMQ can use TLS, both for session mamagement and global distribution.
42+
See configuration options in [Outgoing connection pools](../configuration/outgoing-connections.md#tls-options)
3843

3944
### TLS connections to Redis
4045

0 commit comments

Comments
 (0)