How to bulk product websites update using Magento 2?

Magento contains the queue message functionality to bulk product websites update.

If your store is running with multiple websites and wants to update a bulk website for the products in your store you will not see immediate changes on the products after the update is completed. That dependes on the cron running status. Continue reading “How to bulk product websites update using Magento 2?”

What is the meaning of different Message Queue Status code in Magento 2?

Magento uses asynchronous operation for managing MySQL implementation of the message queue.

Magento stores queue status in the queue_message_status table to manage the relation between queues and messages.

In the table, column status defines the status of the message queues. Continue reading “What is the meaning of different Message Queue Status code in Magento 2?”