Your IP : 216.73.217.13


Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/MessageQueue/etc/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/MessageQueue/etc/queue.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/queue.xsd">
    <broker topic="order" type="amqp" exchange="magento">
        <queue consumer="consumerOrder" name="queueOrder" handler="Torresani\MessageQueue\Model\Subscriber::processMessage" consumerInstance="Magento\Framework\MessageQueue\Consumer"/>
    </broker>
    <broker topic="test" type="amqp" exchange="magento">
        <queue consumer="consumerTest" name="queueTest" handler="Torresani\MessageQueue\Model\Subscriber::processMessage" consumerInstance="Magento\Framework\MessageQueue\Consumer"/>
    </broker>
</config>