Apache ActiveMQ Tutorial using Spring Boot

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 8

  • @TechwithKB
    @TechwithKB 4 หลายเดือนก่อน

    This is very helpful. Easy to follow and understand.

    • @FerasSciLab
      @FerasSciLab  4 หลายเดือนก่อน

      Glad it was helpful!

  • @svronline1215
    @svronline1215 9 หลายเดือนก่อน

    Hi Feras, Awesome content.... please do more frequently on java and spring boot, thanks in advance from India 🇮🇳

    • @FerasSciLab
      @FerasSciLab  9 หลายเดือนก่อน

      Thank you for the positive feedback! Absolutely, more Java and Spring Boot videos are in the pipeline

  • @jcraul
    @jcraul 5 หลายเดือนก่อน

    Thank you. It was very helpful!

    • @FerasSciLab
      @FerasSciLab  5 หลายเดือนก่อน

      I'm glad it helped!

  • @wilfredoguiamunoz
    @wilfredoguiamunoz 5 หลายเดือนก่อน

    Nice video, clear and concise. How could I implement ActiveMQ in an ecommerce API?

    • @FerasSciLab
      @FerasSciLab  5 หลายเดือนก่อน

      Within your API codebase, you can implement message producers that publish messages to ActiveMQ queues or topics based on specific events or triggers. For example, when a new order is placed, a message could be published to a "new-order" queue. In addition, you implement message consumers that listen for messages on the appropriate queues or topics. These consumers can process messages asynchronously and perform tasks such as order fulfillment, inventory updates, etc.