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.
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 :)
Producer is a component, which produces (makes, creates) a message. Consumer vice versa, receives messages. Why in your presentation producer=to(), consumer=from()?!
@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?
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.
Glad you like them!
This playlist is a great help in learning Apache Camel, especially since there aren't that many decent examples online! Thank you!
Really wonderful explanation and good flow of topics.Great Tutorials with simplicity.
What a nice intro !! loved it.
Excellent tutorial done with a penchant for sharing knowledge without reservation. Appreciate it, my friend. Hope you the best
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 :)
Thanks for the Tutorial bro. Watching as a RedHat Engineer :)
You are welcome Gourisankar. It's an honour :)
Great Tutorial
Thank you for your insightful presentation :)
Great Introduction to Apache Camel, Congrats !!!
Great in detail explaination ✨
Glad you liked it
This was wonderful tutorial. Thank you very much!!
Explained it so clearly 👍
excellent keep up the good work
Excellent.
Thx from Germany
Nicely done.
Good stuff. Thanks
Thank you so much maan !! this was so helpful
a nice tutorial !!!
Very nice explanation, i have a question: from() is a source or a destination method ? thanks
Getting “from” Source
Could you share the sample code?
github.com/jssaggu/camel-tutorial
Producer is a component, which produces (makes, creates) a message. Consumer vice versa, receives messages.
Why in your presentation producer=to(), consumer=from()?!
@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?