File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ The scenario is publishing and consuming a lot of messages in a queue.
77
88From the RabbitMQ UI you can break a connection to see the automatic reconnection happening.
99
10- Same for Consumers.
10+ Same for Consumers and Managements handlers .
1111
1212In case of streams the connection will restart consuming from the last consumed offset.
1313
14- You can control some reconnection parameters with the RecoveryConfiguration dataclass, where you can specify
15- the backoff interval and the maximum_retries before the client gives up.
14+ You can control some reconnection parameters with the RecoveryConfiguration dataclass that you can pass to the Connection class , where you can specify
15+ the backoff interval and the maximum_retries before the client gives up to reconnect .
1616
1717To disable automatic reconnection you can set active_recovery of RecoveryConfiguration to False
1818
You can’t perform that action at this time.
0 commit comments