<?xml version="1.0"?>
<!--
/**
 * @copyright: Copyright © 2020 Firebear Studio. All rights reserved.
 * @author   : Firebear Studio <fbeardev@gmail.com>
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/topology.xsd">
    <exchange name="sap-customer" type="topic" connection="amqp">
        <binding id="SapCustomerUpdate" topic="sap.customer.update" destinationType="queue" destination="sap_customer_update_queue"/>
    </exchange>
    <exchange name="sap-order" type="topic" connection="amqp">
        <binding id="SapOrderUpdate" topic="sap.order.update" destinationType="queue" destination="sap_order_update_queue"/>
    </exchange>
</config>
