<?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="top01" />
    <publisher topic="top02" disabled="false" />
    <publisher topic="top03" disabled="true" />
    <publisher topic="top04">
        <connection name="amqp" />
    </publisher>
    <publisher topic="top05">
        <connection name="amqp" exchange="exch01" />
        <connection name="db" exchange="exch02" disabled="true"/>
    </publisher>
    <publisher topic="top06" disabled="true">
        <connection name="amqp" exchange="exch01" />
        <connection name="db" exchange="exch02" disabled="true"/>
    </publisher>
</config>
