We will try to call the GET endpoint below from a camel route.

Let's create a Spring Boot Camel microservice.

The route is configured to run every 10 secs and call the REST API endpoint using the GET method. You can see that the timer is triggered every 10 secs, and the REST API endpoint is called.

Related Articles