Skip to content

Commit 80862d6

Browse files
author
Tibor Barna
committed
updated README
1 parent 67713f9 commit 80862d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,15 +522,15 @@ Dynamic consumers allow you to define the consumers queue options programaticall
522522

523523
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.
524524

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.
526526

527527
```yaml
528528
dynamic_consumers:
529529
proc_logs:
530530
connection: default
531531
exchange_options: {name: 'logs', type: topic}
532532
callback: parse_logs_service
533-
queue_provider: queue_options_provider_service
533+
queue_options_provider: queue_options_provider_service
534534
```
535535

536536
Example Usage:

0 commit comments

Comments
 (0)