We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20cc5a commit 0e94bd1Copy full SHA for 0e94bd1
docs/bundle/consumption_extension.md
@@ -40,4 +40,15 @@ services:
40
- { name: 'enqueue.consumption.extension', priority: 10 }
41
```
42
43
+When using multiple enqueue instances, you can apply extension to
44
+specific or all instances by providing an additional tag attribute:
45
+
46
+```
47
+services:
48
+ app.enqueue.count_processed_messages_extension:
49
+ class: 'AppBundle\Enqueue\CountProcessedMessagesExtension'
50
+ tags:
51
+ - { name: 'enqueue.consumption.extension', priority: 10, client: 'all' }
52
53
54
[back to index](index.md)
0 commit comments