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

Sdílet
Vložit
  • čas přidán 18. 08. 2020
  • In this tutorial, We will be discussing Message Queue in Magento 2 and why it is used in Magento.
    Further, we will discuss the following points:
    1. What is Message Queue?
    2. What are the Components of the Message Queue?
    3. How to Install and Configure RabbitMQ in Magento 2?
    4. Creating a simple Module in order to understand the working of Message Queue along with Web API.
    Message Queue:
    Message Queue Framework (MQF) is a fully-functional system that allows a module to publish messages to queues. It also creates consumers to receive them asynchronously.
  • Věda a technologie

Komentáře • 27

  • @ivanaugustobd
    @ivanaugustobd Před rokem

    This is a life changer for working with third-party integrations

  • @senthilkn2233
    @senthilkn2233 Před 3 lety +1

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

  • @haiangquang4903
    @haiangquang4903 Před 3 lety +2

    It is very helpful. Thank.

  • @ivanaugustobd
    @ivanaugustobd Před rokem

    You nailed it bro, thanks for sharing

  • @bhargav5128
    @bhargav5128 Před 3 lety +1

    Good stuff 👍

  • @AncyEA-mc6bt
    @AncyEA-mc6bt Před 14 dny

    Thanks its working fine for me. Will it have the same configuration in server?

  • @SippnChill
    @SippnChill Před 3 lety +1

    Very helpful

  • @shivakarthik6056
    @shivakarthik6056 Před 3 lety +1

    Nice video. 👍👍

  • @user-vb6qg9yp9j
    @user-vb6qg9yp9j Před 5 měsíci

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

  • @devvio3826
    @devvio3826 Před 3 lety

    Nice tutorial

  • @nnviju
    @nnviju Před 3 lety

    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

  • @merazsparkle
    @merazsparkle Před 3 lety +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.

  • @naturalbeautyguide7404
    @naturalbeautyguide7404 Před 3 lety +2

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

  • @wakarahamad8822
    @wakarahamad8822 Před 2 lety

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

    • @wakarahamad8822
      @wakarahamad8822 Před 2 lety +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.

    • @ivanaugustobd
      @ivanaugustobd Před rokem

      @@wakarahamad8822 as a thumb of rule, personally I use queue for integrations with third-party in general and heavy custom processes (like business-specific product processment on save)

  • @NoahNobody
    @NoahNobody Před 3 lety +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 Před 3 lety +4

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

    • @merazsparkle
      @merazsparkle Před 3 lety

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

  • @user-vb6qg9yp9j
    @user-vb6qg9yp9j Před 5 měsíci

    can you please share blog link with compatible with magento 2.4.4

  • @nishanthanr605
    @nishanthanr605 Před 3 lety

    Sir any course for learning Magento completely?

  • @maheshpatel9844
    @maheshpatel9844 Před 3 lety

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

  • @vishalpatil-mk7ym
    @vishalpatil-mk7ym Před 3 lety

    Can you provide module zip file or git repo?

  • @Jwala949
    @Jwala949 Před rokem

    Sir kya hindi mai ye course Mil shakata hai kya?

  • @deekshithas3020
    @deekshithas3020 Před 3 lety +1

    Thanks...it is very helpful