<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/queue.xsd">
    <broker topic="whatsapp.delivery.check" type="amqp" exchange="whatsapp.exchange">
        <queue name="whatsapp.delivery.queue" consumer="whatsapp_delivery_consumer" consumerInstance="Magento\Framework\MessageQueue\Consumer" handler="BlueLogic\GupShupSms\Queue\Handler\WhatsappDeliveryHandler::process"/>
    </broker>
</config>
