skip to Main Content

Magento 2 Message Queue – Type Error with expected string, null given

I struggle for 3 days now to get a simple Message Queue in Magento 2 to work. Here are my XML files: communication.xml: <?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="erp.queue.order" request="string"> <handler name="erp.queue.order" type="TimoGOrderTransferModelQueueConsumer" method="process" /> </topic> </config> queue_consumer.xml: <?xml…

VIEW QUESTION
Back To Top
Search