How to Process Message Queue in Magento 2
No one likes to wait ⏳
Not even Magento 2 store admins!
However, while using mass actions in Magento 2 admin panel, they have to witness a message like this:
As a store admin, you may have to change the products’ prices on a mass scale, assign a product to a warehouse, update products’ attribute values at a time, etc.
Such mass actions go to the queue and are performed turn-wise. It may take time to complete all the actions and you will have to wait.
But not always.
You can process message queue in Magento 2 to perform all the mass actions at a time. This will save you time and you can check the results instantly. All you have to do is run the below commands:
Steps to process message queue in Magento 2:
1 |
bin/magento queue:consumers:list |
1 2 3 |
bin/magento queue:consumers:start <queue_name> pass queue_name for process the queue |
No more waiting for the mass actions to complete in Magento 2.
Any doubts? Do mention them in the Comments section below. I’d be glad to help you asap.
Also, please share the post with Magento 2 store admins via social media.
Thank you.
Chandresh Chauhan
He has been with Meetanshi for more than three years now as a certified Magento developer. A silent guy whom you can always find solving clients' issues, is an avid reader too.
Prev
How to Get Tracking Information From Shipment in Magento 2
How To Create Downloadable Products in Magento 2
Next