You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/migrations/6.4.0_6.5.0.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,12 @@ Make sure you have all the necessary sections present in the configuration file
34
34
35
35
### Custom backends for `mod_event_pusher`
36
36
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)
0 commit comments