<?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/topology.xsd">
    <exchange name="ex01" type="topic" connection="amqp"/>
    <exchange name="ex02" type="topic" connection="amqp" />
    <exchange name="ex03" autoDelete="true" durable="false" internal="true" type="topic" connection="amqp">
        <arguments>
            <argument name="arg1" xsi:type="string">10</argument>
        </arguments>
    </exchange>
    <exchange name="ex04" type="topic" connection="amqp">
        <binding id="bind01" destinationType="queue" destination="queue01" topic="top01" disabled="true" />
        <binding id="bind02" destinationType="queue" destination="queue01" topic="top01">
            <arguments>
                <argument name="arg01" xsi:type="string">10</argument>
            </arguments>
        </binding>
    </exchange>
</config>
