Why we need Apache Camel in our application?

934 Views Asked by At

I am beginner to apache camel, and i need some clarity in it. Apache camel is an alternative for microservices? Or what is the advantage of this routing integration.

It has separate HTTP component but its configuration method looks like

from("route1").to("route2")

so how it works when one request arrives in camel application.

Kindly guide me to know the basics of it.

1

There are 1 best solutions below

5
On

apache camel is an integration framework which helps you to connect many endpoints with different protocols together.There are lots of integrations for apache camel ready to use and no it is not an alternative to microservices but you can use it in microservice architecture.