Very nice explanation. Please add a video on Apache camel with microservice and Apache Camel with SOAP. Any example which shows the integration of two systems/App will be helpful
Good one, Really useful.. Can you add one video to add validation on Processor as well. Also i would love to see Apache Camel+SpringBoot+Different components in Micro Services
@@palakgupta4301 no Payal. The first one also didn't work. There was a fallback error. I checked on Google and Stackoverflow. They said to keep it in sub packages but nothing worked.
Hi.. Very nice explanation.. I want to connect two systems.. System 1 will send request to apache camel microservice and then apache camel microservice will call another system to get data.. And after getting data it will again give back to system 1.. Can you make one video showing above scenario... I Didn't find it anywhere.. I Didn't get how I can cannect 2 systems using apache camel microservices... It will be beter if you demonstrate by transferring and getting data from and to two systems..
hi , the method route() is not identified by my eclipse ide. the error says "The method route() is undefined for the type RestDefinition". i imported rest definintion but no look can u help me?
Sir, how we can call a microservice using apache camel ? We need a video to call a microservice using camel. very urgent sir. In spring boot we know restTemplate, feign client but in camel, how we can call ?
Hi when I am entering the property "camel.component.servlet.mapping.context-path=/*" in the application.properties file it is giving error - 'camel.component.servlet.mapping.context-path' is an unknown property Please assist. Thanks
I created dao with hard-code value same you can build using spring data jpa In my max video I used spring boot with MySQL DB with spring data jpa so you can refer those tutorial And try building by own .if you stuck do let me know
Please check if we in add order end point if we send back as list of orders. I am trying sending back orderlist instead of order , but it always order is returned back even i am using .outType(Order.class). Please help if you can do ..Thanks in advance.
No we can't change the return type of process method as that method came from API Let me understand your requirement first , you want to save list of objects right ? If that is the case you can specify outtype as list.class Let me know if it is not working
getting error java.lang.IllegalStateException: AutoConfigure cycle detected between org.apache.camel.spring.boot.security.CamelSSLAutoConfiguration and org.apache.camel.spring.boot.CamelAutoConfiguration
To process input request , if you notice we are sending Order object in post api call so to process those input data we used processors even you can use to() and from()
Java Techie, very good! Congratulations! I'm from Brazil!
Please make videos on logging and error handling using apache camel routing your videos are very helpful for me thanks alot.
Very nice explanation. Please add a video on Apache camel with microservice and Apache Camel with SOAP. Any example which shows the integration of two systems/App will be helpful
Excellent explanation
hi bro..this video is very useful.. if u upload more videos related to microservice communication using apache camel it will be helpful.
thanks for this video! it helped me a lot
Add below dependency in pom.xml if trying to run this project on Java-8
javax.xml.bind
jaxb-api
2.3.1
Very informative
thx you so much, your videos are great.
Hi, is this entirely working for you?
Well shown .....it really helped. Thanks a lot!!
Do you have / planning to make a video on how to implement saga orchestration pattern?
Yes I have plan to do
Good one, Really useful.. Can you add one video to add validation on Processor as well. Also i would love to see Apache Camel+SpringBoot+Different components in Micro Services
Thanks Bhushan ,
Processor validation means are you talking about spring batch or Apache camel ? do let me know
setBody(supplier) is no longer available. How to call getOrders() now?
yes this is a problem, if creator can help
and can you also tell was the first route working fine for you? hellow-world one??
@@palakgupta4301 no Payal. The first one also didn't work. There was a fallback error. I checked on Google and Stackoverflow. They said to keep it in sub packages but nothing worked.
Hi guys , I will check this in weekend and update you .
If it's not working either they changed API info or there may be dependency version conflict
@@Javatechie Hi did you check? Because even first route,hellow-world is not working for me. I m using eclipse sts
Please do video on camel k and quarks Kubernetes
Its nice video. Can you explain how to add Headers and How to validate headers using Camel framework ?
Yes please add one video Apache Camel+SpringBoot+Micro Services and loand balancer and MongoDB CURD operations
Thanks!!!! Very helpful
Great work. Thanks for sharing
Please prepare a microservices based aache camel
Hi.. Very nice explanation.. I want to connect two systems.. System 1 will send request to apache camel microservice and then apache camel microservice will call another system to get data.. And after getting data it will again give back to system 1.. Can you make one video showing above scenario... I Didn't find it anywhere.. I Didn't get how I can cannect 2 systems using apache camel microservices... It will be beter if you demonstrate by transferring and getting data from and to two systems..
Hi Abhijit, I have a similar requirement. Please help me if you did find any solution to this. Thanks.
hi , the method route() is not identified by my eclipse ide. the error says "The method route() is undefined for the type RestDefinition". i imported rest definintion but no look can u help me?
Hi..did you get solution for it?
Please update your dependency and also check official page
Nice video, please allow autogenerated subtitles please.
It's enabled Paul
mast . bhaina...
Sir, how we can call a microservice using apache camel ? We need a video to call a microservice using camel. very urgent sir. In spring boot we know restTemplate, feign client but in camel, how we can call ?
Hi when I am entering the property "camel.component.servlet.mapping.context-path=/*" in the application.properties file it is giving error - 'camel.component.servlet.mapping.context-path' is an unknown property
Please assist.
Thanks
Please make video on using data base curd operation Apache Camel + Spring Boot REST API | Example spring boot
I created dao with hard-code value same you can build using spring data jpa
In my max video I used spring boot with MySQL DB with spring data jpa so you can refer those tutorial
And try building by own .if you stuck do let me know
How we can do JUnit test on this
You can use mockito , please check my mockito playlist
This doesn't work anymore with camel starter oldest version available in maven 3.0.0
Please check if we in add order end point if we send back as list of orders. I am trying sending back orderlist instead of order , but it always order is returned back even i am using .outType(Order.class). Please help if you can do ..Thanks in advance.
IS it require to change the orderProcessor -process method return type as orderlist?
No we can't change the return type of process method as that method came from API
Let me understand your requirement first , you want to save list of objects right ?
If that is the case you can specify outtype as list.class
Let me know if it is not working
please make video for Apache camel with microservices
getting error
java.lang.IllegalStateException: AutoConfigure cycle detected between org.apache.camel.spring.boot.security.CamelSSLAutoConfiguration and org.apache.camel.spring.boot.CamelAutoConfiguration
why you took process class and process method
To process input request , if you notice we are sending Order object in post api call so to process those input data we used processors even you can use to() and from()
How can i do JUnit test for this. Can u explain please
Nice video
could you please provide a tutorial for mail authenticator using apache camel while receiving emails via imaps
How to configure URLs with path param in apache camel??
Thanks friend. Regards
I am following all of your videos. theory is fine. But when i follow the steps and do practically, Got failure in every video.
Buddy it seems i created this video long back ago and the version keeps upgrading some features might not work so always check with documentation
@@Javatechie OK. Will try to do. But u r real mentor to me. Because of your videos i got practical knowledge and real time work experience of concepts
Apache camel + saga pattern video please 🙏
Please provide example for PUT rest route
Can you share us with multiple database.
I don't understand, you can totally make these api with normal REST controllers too.
Good One , could you please give some light on camel rest security
I will check and update
Thanks
Can you plz make it with mongodb
thanks
Very Bakwass
Amazing explanation