Viewing File: /home/maglabs/it/dev/tests/integration/_files/Magento/TestModuleMysqlMq/etc/queue_publisher.xml
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/publisher.xsd">
<publisher topic="demo.exception">
<connection name="db" exchange="magento"/>
</publisher>
<publisher topic="demo.connection.exception">
<connection name="db" exchange="magento"/>
</publisher>
<publisher topic="test.schema.defined.by.method">
<connection name="db" exchange="magento"/>
</publisher>
<publisher topic="demo.object.created">
<connection name="db" exchange="magento"/>
</publisher>
<publisher topic="demo.object.updated">
<connection name="db" exchange="magento"/>
</publisher>
<publisher topic="demo.object.custom.created">
<connection name="db" exchange="magento"/>
</publisher>
</config>
Back to Directory
File Manager