Skip to content

Commit

Permalink
Merge pull request #24 from run-as-root/develop
Browse files Browse the repository at this point in the history
Multiple topics same file
  • Loading branch information
cristiano-pacheco authored Apr 18, 2023
2 parents caecc7d + c8310a8 commit 80030f3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 48 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "Provides message queue retry processing functionality via RabbitMQ's dead letter exchange.",
"type": "magento2-module",
"license": "MIT",
"version": "2.0.1",
"authors": [
{
"name": "Cristiano Pacheco",
Expand Down
90 changes: 43 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<argument name="schemaLocator" xsi:type="object">
RunAsRoot\MessageQueueRetry\SchemaLocator\QueueRetrySchemaLocator
</argument>
<argument name="idAttributes" xsi:type="array">
<item name="/config/topic" xsi:type="string">name</item>
</argument>
</arguments>
</virtualType>
</config>

0 comments on commit 80030f3

Please sign in to comment.