Hi Yes sure you can use Camel with Spring-Boot. In fact they work well together.
There was a recent blog by Camel user whom wrote about building microservices https://dzone.com/articles/microservices-with-apache-camel You can find a bunch of Camel with Spring Boot examples https://github.com/apache/camel/tree/master/examples#welcome-to-the-apache-camel-examples On Sun, Mar 26, 2017 at 3:38 AM, navindian <[email protected]> wrote: > Hi > > I have three spring boot microservices as follows: > 1.Customer > 2.Product > 3.Order > > > Order service calls Customer and Product Services. > > Can we use apache camel here? > > <http://camel.465427.n5.nabble.com/file/n5796134/shopping-system.jpg> > > > thanks > navindian > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Integrating-spring-boot-microservices-tp5796134.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
