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.
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 :)
Excellent tutorial done with a penchant for sharing knowledge without reservation. Appreciate it, my friend. Hope you the best
Thanks for the Tutorial bro. Watching as a RedHat Engineer :)
You are welcome Gourisankar. It's an honour :)
What a nice intro !! loved it.
Thank you for your insightful presentation :)
Great Introduction to Apache Camel, Congrats !!!
This was wonderful tutorial. Thank you very much!!
Great in detail explaination ✨
Glad you liked it
Great Tutorial
Explained it so clearly 👍
excellent keep up the good work
Thank you so much maan !! this was so helpful
Very nice explanation, i have a question: from() is a source or a destination method ? thanks
Getting “from” Source
Good stuff. Thanks
Nicely done.
Thx from Germany
Excellent.
a nice tutorial !!!
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?