Skip to content

magefast/Magefast_Qprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magefast_Qprocess

Sample module how can add Queue Message and processing it.

SSH command for retrieve list of all configured Queue Message:
bin/magento queue:consumers:list

SSH command for watch/listen Queue Messages:
bin/magento queue:consumers:start -vvv qprocess.task

SSH command for add test Queue Message:
bin/magento qprocess:test



#### Service for Publish (add) Queue Message `\Magefast\Qprocess\Service\Add::execute`

Method where processed Queue Message, here can(need) add custom logic for processing - add Event, Service etc.

\Magefast\Qprocess\Model\Task::processMessage



Links

https://devdocs.magento.com/guides/v2.4/config-guide/mq/manage-message-queues.html
https://www.atwix.com/magento-2/getting-started-with-message-queues-in-magento/
https://store.magenest.com/blog/create-a-message-queue-in-magento-2/
https://webkul.com/blog/here-we-will-learn-how-to-configure-and-use-rabbitmq-in-magento-2-3/
https://blog.gaiterjones.com/magento-2-asynchronous-message-queue-management/
https://blogs.perficient.com/2021/03/09/rabbitmq-integration-with-magento-2-4/
https://amasty.com/knowledge-base/how-to-use-rabbitmq-in-magento-2-plugins.html
https://inviqa.com/blog/magento-2-tutorial-message-queues

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages