Skip to content

Commit

Permalink
Remove queue.xml to expose bug magento/magento2#21904
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjitse-E committed Oct 21, 2019
1 parent ef059d3 commit c8b4aa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion Model/Queue/Consumer.php
Expand Up @@ -25,6 +25,5 @@ public function __construct(LoggerInterface $logger)
public function processMessage()
{
$this->logger->debug('Processed queue message...');

}
}
9 changes: 0 additions & 9 deletions etc/queue.xml

This file was deleted.

2 changes: 1 addition & 1 deletion etc/queue_consumer.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/consumer.xsd">
<consumer name="product_action_attribute.update" queue="new_customer.created" connection="db"
<consumer name="new_customer.created" queue="new_customer.created" connection="db"
consumerInstance="Magento\Framework\MessageQueue\Consumer"
handler="Vendic\MysqlMqExample\Model\Queue\Consumer::processMessage"/>
</config>

0 comments on commit c8b4aa5

Please sign in to comment.