<?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/consumer.xsd">
    <consumer name="sap.customer.update" queue="sap_customer_update_queue" connection="amqp" handler="Firebear\PlatformSap\Model\Customer\UpdateConsumer::processMessage"/>
    <consumer name="sap.order.update" queue="sap_order_update_queue" connection="amqp" handler="Firebear\PlatformSap\Model\Order\UpdateConsumer::processMessage"/>
</config>
