This module provides functionality to:
- Process the queue by adding a special comment to the corresponding orders.
- Allow the comment text to be configured via the admin panel.
- Queue management for order IDs.
- Automated queue processing to add comments to orders.
- Customizable comment text through the admin configuration.
- Copy module files to app/code/Maksym/Queue
- Run commands: php bin/magento module:enable Maksym_Queue php bin/magento setup:upgrade php bin/magento cache:flush
Configuration of added message can be found in Stores -> Configuration -> Sales -> Order Comment Configuration
Start message queue with:
bin/magento queue:consumers:start add_order_message
and create new order