Skip to content

Commit

Permalink
Merge pull request #20 from renatocason/hotfix/startconsumer_collision
Browse files Browse the repository at this point in the history
Change command item names to avoid collision with core module
  • Loading branch information
renatocason authored Apr 26, 2020
2 parents 75d2453 + b5b54e8 commit ac1c637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/di.xml
Original file line number Diff line number Diff line change
@@ -11,10 +11,10 @@
<type name="Magento\Framework\Console\CommandListInterface">
<arguments>
<argument name="commands" xsi:type="array">
<item name="brokerListCommand" xsi:type="object">Rcason\Mq\Console\BrokerListCommand</item>
<item name="queueListCommand" xsi:type="object">Rcason\Mq\Console\QueueListCommand</item>
<item name="publishMessageCommand" xsi:type="object">Rcason\Mq\Console\PublishMessageCommand</item>
<item name="startConsumerCommand" xsi:type="object">Rcason\Mq\Console\StartConsumerCommand</item>
<item name="ceMqBrokerListCommand" xsi:type="object">Rcason\Mq\Console\BrokerListCommand</item>
<item name="ceMqQueueListCommand" xsi:type="object">Rcason\Mq\Console\QueueListCommand</item>
<item name="ceMqPublishMessageCommand" xsi:type="object">Rcason\Mq\Console\PublishMessageCommand</item>
<item name="ceMqStartConsumerCommand" xsi:type="object">Rcason\Mq\Console\StartConsumerCommand</item>
</argument>
</arguments>
</type>

0 comments on commit ac1c637

Please sign in to comment.