Skip to content

Commit 6c068b0

Browse files
Adds the config/topic id attribute to support multiple topics configuration in the same file
1 parent d9b9c0c commit 6c068b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/etc/di.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<argument name="schemaLocator" xsi:type="object">
5050
RunAsRoot\MessageQueueRetry\SchemaLocator\QueueRetrySchemaLocator
5151
</argument>
52+
<argument name="idAttributes" xsi:type="array">
53+
<item name="/config/topic" xsi:type="string">name</item>
54+
</argument>
5255
</arguments>
5356
</virtualType>
5457
</config>

0 commit comments

Comments
 (0)