| Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/MessageQueue/etc/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/MessageQueue/etc/di.xml |
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<preference for="Torresani\MessageQueue\Api\MessageInterface" type="Torresani\MessageQueue\Model\Message" />
<preference for="Torresani\MessageQueue\Api\SubscriberInterface" type="Torresani\MessageQueue\Model\Subscriber" />
<type name="Magento\Framework\Console\CommandList">
<arguments>
<argument name="commands" xsi:type="array">
<item name="publish-message" xsi:type="object">Torresani\MessageQueue\Console\MessagePublishCommand</item>
</argument>
</arguments>
</type>
</config>