Enterprise Integration Patterns (EIP) using Apache Camel | What is Apache Camel and how to use it?

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

  • @onnoschmidt2859
    @onnoschmidt2859 9 หลายเดือนก่อน +3

    I really like how you present. Apache Camel is not new to me but your videos are food for thought and I really like that. Already have a few use cases I want to try.

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

      Glad you like them!

  • @jasongoossens
    @jasongoossens 4 หลายเดือนก่อน +1

    This playlist is a great help in learning Apache Camel, especially since there aren't that many decent examples online! Thank you!

  • @narayanadhurti1603
    @narayanadhurti1603 ปีที่แล้ว +2

    Really wonderful explanation and good flow of topics.Great Tutorials with simplicity.

  • @avinashazure23
    @avinashazure23 ปีที่แล้ว

    Nicely done with more presentations, I love the way how "camel" is represented with the multiple benefits, I have just started learning the camel concepts and looking forward to get benefit from the series. Thanks again for helping me to understand the concepts :)

  • @ahmetyasarozer
    @ahmetyasarozer ปีที่แล้ว +1

    Excellent tutorial done with a penchant for sharing knowledge without reservation. Appreciate it, my friend. Hope you the best

  • @gourisankardas3978
    @gourisankardas3978 3 ปีที่แล้ว +6

    Thanks for the Tutorial bro. Watching as a RedHat Engineer :)

    • @SagguUK
      @SagguUK  3 ปีที่แล้ว +1

      You are welcome Gourisankar. It's an honour :)

  • @ShivamVerma-ut6nk
    @ShivamVerma-ut6nk 10 หลายเดือนก่อน +1

    What a nice intro !! loved it.

  • @alexanderausweger6512
    @alexanderausweger6512 3 หลายเดือนก่อน

    Thank you for your insightful presentation :)

  • @RicardoSilvaTripcall
    @RicardoSilvaTripcall 2 ปีที่แล้ว

    Great Introduction to Apache Camel, Congrats !!!

  • @yogeshwarvish
    @yogeshwarvish 3 ปีที่แล้ว +2

    This was wonderful tutorial. Thank you very much!!

  • @prithvirajpatil7388
    @prithvirajpatil7388 9 หลายเดือนก่อน +1

    Great in detail explaination ✨

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

      Glad you liked it

  • @sidjain8651
    @sidjain8651 6 หลายเดือนก่อน +2

    Great Tutorial

  • @ashokthiagarajan
    @ashokthiagarajan 3 ปีที่แล้ว +1

    Explained it so clearly 👍

  • @gururajkumar3739
    @gururajkumar3739 3 ปีที่แล้ว +1

    excellent keep up the good work

  • @elhouarizohier3824
    @elhouarizohier3824 2 ปีที่แล้ว

    Thank you so much maan !! this was so helpful

  • @dokhahmed8707
    @dokhahmed8707 ปีที่แล้ว

    Very nice explanation, i have a question: from() is a source or a destination method ? thanks

    • @SagguUK
      @SagguUK  ปีที่แล้ว

      Getting “from” Source

  • @RossieHoorn
    @RossieHoorn 2 ปีที่แล้ว +1

    Good stuff. Thanks

  • @rohitvaidya2586
    @rohitvaidya2586 2 ปีที่แล้ว +1

    Nicely done.

  • @SuperAdilMorocco
    @SuperAdilMorocco ปีที่แล้ว

    Thx from Germany

  • @sleeksilk497
    @sleeksilk497 2 หลายเดือนก่อน

    Excellent.

  • @rahulrajsaini5670
    @rahulrajsaini5670 2 ปีที่แล้ว

    a nice tutorial !!!

  • @quangdutran6245
    @quangdutran6245 2 ปีที่แล้ว +1

    Could you share the sample code?

    • @SagguUK
      @SagguUK  2 ปีที่แล้ว +1

      github.com/jssaggu/camel-tutorial

  • @vladimir.bychkov
    @vladimir.bychkov 3 ปีที่แล้ว

    Producer is a component, which produces (makes, creates) a message. Consumer vice versa, receives messages.
    Why in your presentation producer=to(), consumer=from()?!

    • @SagguUK
      @SagguUK  3 ปีที่แล้ว +6

      @Vladimir_Bychkov - Good question. These terms are from Camel's perspective - so Consume data "from(abc)" i.e. Consumer, and Produce and send data "to(xyz)" i.e. Producer. Hope that clarifies?