Sir, how we can call a microservice using apache camel ? We need a video to call a microservice (POST mapping) using camel. very urgent sir. In spring boot we know restTemplate, feign client but in camel, how we can call ?
If u r using Camunda DSL, you have to configure your rest template in the configuration class. Then simply adding to camel method in anywhere of the spring boot application you can do it and call Rest apis
How to call end point when we need ,with times it will be periocially keep on hitting the rest end point ,in actual project we would call end point at certain point and in that case how to we call configure
Sir Iam getting AzureVaultAutoconfiguration error when I am calling rest API from RestConsumerRoute could u plzz tell me how to remove or fix this error
Sorry for the late reply. Please check you have producer and consumer in the same name. If consumer is not there then this error will occur... ( to - producer, from- consumer
Sir, how we can call a microservice using apache camel ? We need a video to call a microservice (POST mapping) using camel. very urgent sir. In spring boot we know restTemplate, feign client but in camel, how we can call ?
If u r using Camunda DSL, you have to configure your rest template in the configuration class. Then simply adding to camel method in anywhere of the spring boot application you can do it and call Rest apis
How to call end point when we need ,with times it will be periocially keep on hitting the rest end point ,in actual project we would call end point at certain point and in that case how to we call configure
Hi, i need call jsonata inside apachi camal spring boot appplicaion. Can u help on how to call jsonata expression
Without timer how to consume rest api please explain?
what's your trigger?
Sir Iam getting AzureVaultAutoconfiguration error when I am calling rest API from RestConsumerRoute could u plzz tell me how to remove or fix this error
can you provide your pom.xml file. Did you added anything related to Azure ?
I am getting error like there is no endpoint
Sorry for the late reply. Please check you have producer and consumer in the same name. If consumer is not there then this error will occur... ( to - producer, from- consumer