<?xml version="1.0"?>
<!--
  ~ Copyright Magmodules.eu. 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="mollie-queue-exchange" type="topic" connection="db">
        <binding id="mollie.transaction.processor.binding"
                 topic="mollie.transaction.process"
                 destinationType="queue"
                 destination="mollie.transaction.processor"
        />
    </exchange>
</config>
