Apache Camel - Rest Consumer | TECH BUZZ BLOGS

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 11

  • @pranoydas4068
    @pranoydas4068 5 місяців тому +1

    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 ?

    • @techbuzzblogs
      @techbuzzblogs  4 місяці тому

      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

  • @ranjangarg8994
    @ranjangarg8994 9 місяців тому

    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

  • @sathishmca1
    @sathishmca1 Рік тому

    Hi, i need call jsonata inside apachi camal spring boot appplicaion. Can u help on how to call jsonata expression

  • @ramakishanmohanty6133
    @ramakishanmohanty6133 5 місяців тому

    Without timer how to consume rest api please explain?

  • @its_Ruchi_Singh
    @its_Ruchi_Singh 2 роки тому +1

    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

    • @techbuzzblogs
      @techbuzzblogs  2 роки тому

      can you provide your pom.xml file. Did you added anything related to Azure ?

  • @mounikabhavaniy
    @mounikabhavaniy 2 роки тому +1

    I am getting error like there is no endpoint

    • @techbuzzblogs
      @techbuzzblogs  2 роки тому

      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