Skip to content

Commit 80030f3

Browse files
Merge pull request #24 from run-as-root/develop
Multiple topics same file
2 parents caecc7d + c8310a8 commit 80030f3

File tree

3 files changed

+46
-48
lines changed

3 files changed

+46
-48
lines changed

Diff for: composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Provides message queue retry processing functionality via RabbitMQ's dead letter exchange.",
44
"type": "magento2-module",
55
"license": "MIT",
6-
"version": "2.0.1",
76
"authors": [
87
{
98
"name": "Cristiano Pacheco",

Diff for: composer.lock

+43-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/etc/di.xml

+3
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)