Consumer
To be able to process steps in a message queue, a Magento consumer is required.
-
The Magento consumer handles the communication between the Magento system and the configured message queue.
-
The enqueued steps in the MQ are retrieved by the runner(s) and processed via the executor logic.
Output
bin/magento pipeline:status
bin/magento queue:consumer:start pipeline.runner.amqp
bin/magento pipeline:status
The first step for the enqueued pipeline 21, is now passed to the message queue (Rabbit-MQ) for processing.