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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -522,15 +522,15 @@ Dynamic consumers allow you to define the consumers queue options programaticall
522
522
523
523
e.g. In a scenario when the defined consumer must be responsible for a dynamic number of topics and you do not want (or can't) change it's configuration every time.
524
524
525
-
Define a service `queue_provider` that implements the `QueueOptionsProviderInterface` which provides the queue options, and add it to your `dynamic_consumers` configuration.
525
+
Define a service `queue_options_provider` that implements the `QueueOptionsProviderInterface`, and add it to your `dynamic_consumers` configuration.
0 commit comments