How to use Apache Camel Bean Component? Full hands on workshop.

  Рет қаралды 3,540

Saggu

Saggu

Күн бұрын

Пікірлер: 15
@User-SS-bm2xk
@User-SS-bm2xk Жыл бұрын
Thank you for uploading the videos. Your teaching is truly amazing. I appreciate all the effort you put into creating such helpful content.
@rdhaundiyal1
@rdhaundiyal1 Жыл бұрын
Thanks @saggu, great tutorial again, you have explained it in a very simple and "to the point" way. Not being from java background, could understand it very easily.
@anshraina7302
@anshraina7302 10 ай бұрын
Thanks Saggu this was a very nice workshop. I would like a series of building a real world project that uses apache camel and its various components. That way we would get an idea what is the best way of adapting apache camel in a real world project. Thanks a lot!
@gauravkumarmnnit
@gauravkumarmnnit Жыл бұрын
Please create an tutorial on camel context also really great video keep creating your way of explaining is perfect!
@tylerwal
@tylerwal 10 ай бұрын
Thanks @saggu, great video. I really like your style and method of going over logic.
@SuperAdilMorocco
@SuperAdilMorocco Жыл бұрын
As always well explained
@ashishmauryasiet
@ashishmauryasiet 2 жыл бұрын
Hi Saggu, thanks for uploading the video
@SnizhanaKnysh-v2m
@SnizhanaKnysh-v2m Жыл бұрын
Thanks for the video! really great and structured explanation. p.s. dark mode is cool :)
@ajeetkushwaha8811
@ajeetkushwaha8811 Жыл бұрын
Hi sir, It's really helpful video for me. Thank you!
@non_holy6286
@non_holy6286 Жыл бұрын
спасибо, ваши видео очень информативны!
@sairamkurmadasu9360
@sairamkurmadasu9360 2 жыл бұрын
Sir, Can you please also teach XML DSL in depth....
@prathamkataria1088
@prathamkataria1088 Жыл бұрын
Hi sir, After you called the method that is inside the bean class,we had logger in our route…that is not called after method invocation. Can you help here to understand same.
@SagguUK
@SagguUK Жыл бұрын
Is your logging level set correctly? For example if your logging level is WARN and you are trying to print DEBUG then application won't print anything .
@amitabhsharma2187
@amitabhsharma2187 Жыл бұрын
How to use loop in apche camel to get values from list and call end point
@SagguUK
@SagguUK Жыл бұрын
You can try something like: from("direct:start") .process(exchange -> { List values = Arrays.asList("value1", "value2", "value3"); for (String value : values) { exchange.getIn().setBody(value); // call endpoint for each value template.send("my-endpoint.com", exchange); } });
Circuit Breaker Design Pattern using Apache Camel
21:05
Saggu
Рет қаралды 3,3 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Camel JBang - Run Camel as Script using JBang
17:26
Saggu
Рет қаралды 1,3 М.
Intercept Design Pattern using Apache Camel
12:51
Saggu
Рет қаралды 1,1 М.
Async Method Execution in Spring
33:12
Developer Hut
Рет қаралды 148
Enterprise Integration Patterns (EIPs) | Apache Camel
6:47
Sring Boot Admin  - A Complete Hands-On Tutorial
18:48
Saggu
Рет қаралды 10 М.
What is Chaos Testing or Chaos Engineering?
7:32
Saggu
Рет қаралды 1,7 М.
How to Debug Apache Camel Routes?
26:20
Saggu
Рет қаралды 3,5 М.
ACID transactions with Hazelcast and Spring Boot
29:01
Hazelcast
Рет қаралды 283