File tree 1 file changed +3
-3
lines changed
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.
7
7
8
8
From the RabbitMQ UI you can break a connection to see the automatic reconnection happening.
9
9
10
- Same for Consumers.
10
+ Same for Consumers and Managements handlers .
11
11
12
12
In case of streams the connection will restart consuming from the last consumed offset.
13
13
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 .
16
16
17
17
To disable automatic reconnection you can set active_recovery of RecoveryConfiguration to False
18
18
You can’t perform that action at this time.
0 commit comments