Skip to content

Commit d6bb39f

Browse files
Update README.md
1 parent 173ee6f commit d6bb39f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/reconnection/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ The scenario is publishing and consuming a lot of messages in a queue.
77

88
From 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

1212
In 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

1717
To disable automatic reconnection you can set active_recovery of RecoveryConfiguration to False
1818

0 commit comments

Comments
 (0)