<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd">
    <topic name="import_export.import_db" request="string"/>
    <topic name="import_export.import_amqp" request="string" />
    <topic name="import_export.firebear_export" request="string">
        <handler name="firebearExportProcessor" type="Firebear\ImportExport\Model\Export\Consumer" method="process" />
    </topic>
</config>
