Message Queue | Magento 2 Tutorials for Beginners (2020) | MageCafe

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 23

  • @senthilkn2233
    @senthilkn2233 3 роки тому +1

    Thank you so much.. It's such a super explanation

  • @haiangquang4903
    @haiangquang4903 4 роки тому +2

    It is very helpful. Thank.

  • @Hemendrametawolf
    @Hemendrametawolf Рік тому

    can you please share blog link with compatible with magento 2.4.4

  • @deekshithas3020
    @deekshithas3020 4 роки тому +1

    Thanks...it is very helpful

  • @NoahNobody
    @NoahNobody 4 роки тому +1

    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?

    • @jayankaghosh
      @jayankaghosh 4 роки тому +4

      The concept of asynchronous task execution in Magento was handled by cronjobs before as far as I'm aware

    • @black-rider-830
      @black-rider-830 4 роки тому

      MQF is a new concept for M2. It used to be crons in M1.

  • @shivakarthik6056
    @shivakarthik6056 4 роки тому +1

    Nice video. 👍👍

  • @bhargav5128
    @bhargav5128 4 роки тому +1

    Good stuff 👍

  • @Hemendrametawolf
    @Hemendrametawolf Рік тому

    It can be used with export bulk orders from magento and import bulk products from third party software into magento

  • @naturalbeautyguide7404
    @naturalbeautyguide7404 4 роки тому +2

    Sample module link in video description would help us to study.

  • @SippnChill
    @SippnChill 4 роки тому +1

    Very helpful

  • @black-rider-830
    @black-rider-830 4 роки тому +2

    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.

  • @maheshpatel9844
    @maheshpatel9844 3 роки тому

    which editor you are use in this vido please let me know

  • @wakarahamad8822
    @wakarahamad8822 2 роки тому

    Thanks for basic demo, it clears configuration and files structure of RabbitMQ. Exact uses is still unclear for me.

    • @wakarahamad8822
      @wakarahamad8822 2 роки тому +1

      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.

  • @nishanthanr605
    @nishanthanr605 4 роки тому

    Sir any course for learning Magento completely?

  • @nnviju
    @nnviju 4 роки тому

    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

  • @Jwalakidneyvlog
    @Jwalakidneyvlog 2 роки тому

    Sir kya hindi mai ye course Mil shakata hai kya?

  • @devvio3826
    @devvio3826 4 роки тому

    Nice tutorial

  • @vishalpatil-mk7ym
    @vishalpatil-mk7ym 3 роки тому

    Can you provide module zip file or git repo?