The concept of a message queue (framework). Is it something that has always been in Magento(2)? If not, what was the system used to send "messages" before?
Just got to know the reason behind using RabbitMQ :- There are a number of tasks/activities performing within a commerce website’s architecture as a customer places an order from the website, such as: Generating the order Taking payment Stock management Enabling email and text communications Sending/Receiving order data to SAP/CRM/ERP systems Sending data to analytics When all these activities are performed in real-time, more time is added to completing the order process, which can negatively affect a business. RabbitMQ can help transfer most of these tasks into queues and get them processed afterward through asynchronous messaging, thereby allowing web servers to respond quickly.
Thanks for the demo and its really helpful with clear explanation. How to implement Async Bulk API for Product Data Import .Do we need to follow the same procedure ,kindly assist. Thanks
Thank you so much.. It's such a super explanation
It is very helpful. Thank.
can you please share blog link with compatible with magento 2.4.4
Thanks...it is very helpful
The concept of a message queue (framework). Is it something that has always been in Magento(2)? If not, what was the system used to send "messages" before?
The concept of asynchronous task execution in Magento was handled by cronjobs before as far as I'm aware
MQF is a new concept for M2. It used to be crons in M1.
Nice video. 👍👍
Good stuff 👍
It can be used with export bulk orders from magento and import bulk products from third party software into magento
Sample module link in video description would help us to study.
Very helpful
Thanks for the demo - it's very helpful. One suggestion - the IDE screen looks very blurry. Can you please fix that for future video? Thanks.
Thanks😊 ..sure will fix that✌️
which editor you are use in this vido please let me know
Phpstorm
Thanks for basic demo, it clears configuration and files structure of RabbitMQ. Exact uses is still unclear for me.
Just got to know the reason behind using RabbitMQ :-
There are a number of tasks/activities performing within a commerce website’s architecture as a customer places an order from the website, such as:
Generating the order
Taking payment
Stock management
Enabling email and text communications
Sending/Receiving order data to SAP/CRM/ERP systems
Sending data to analytics
When all these activities are performed in real-time, more time is added to completing the order process, which can negatively affect a business. RabbitMQ can help transfer most of these tasks into queues and get them processed afterward through asynchronous messaging, thereby allowing web servers to respond quickly.
Sir any course for learning Magento completely?
Thanks for the demo and its really helpful with clear explanation.
How to implement Async Bulk API for Product Data Import .Do we need to follow the same procedure ,kindly assist.
Thanks
Sir kya hindi mai ye course Mil shakata hai kya?
Nice tutorial
Can you provide module zip file or git repo?