<?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/publisher.xsd">
    <publisher topic="sap.customer.update">
        <connection name="amqp" exchange="sap-customer" />
    </publisher>
    <publisher topic="sap.order.update">
        <connection name="amqp" exchange="sap-order" />
    </publisher>
</config>
