<?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>
