Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Torresani/MessageQueue/etc/
Upload File :
Current File : //home/rtorresani/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>