Re: How can I start more than one Camel Context in Spring Boot ?

2017-07-09 Thread labo
We have a huge amount of integration routes and a migration to spring boot with one camel root per app would end with hundreds of virtual machines. Therefore I think about spring boot apps with functional grouped routes. I know that I can start / stop routes with jolokia but when I split a route a

CamelOpenTracing broken since 2.19.1 ?

2017-07-03 Thread labo
I Have a Spring Boot application annotated with @CamelOpenTracing to trace my camel routes and brave-opentracing to forward it to zipkin. I added a Trace Bean @Bean(name = "testGroupTracer") public io.opentracing.Tracer initTracer() { Reporter reporter = AsyncReporter.builder(URLConn

Relation between two or more routes to start/stop them together ?

2017-07-03 Thread labo
Is there a possibility to set a relation between two or more routes ? E.g Route with ID "One-master" is stopped and all routes declared as childs like id "One-slave-1" is stopped also ? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Relation-between-two-or-more-ro

How can I start more than one Camel Context in Spring Boot ?

2017-07-03 Thread labo
Hello, I want to start more than one camel context in a spring boot application. I declare two contexts like @ContextName("multi-one") class MultiOneCamelContext extends DefaultCamelContext { @PostConstruct void customize() { Si

spring-boot , camel and database access

2015-07-08 Thread labo
Hello, is there an example how access a database from a spring-boot camel route ? Regards labo -- View this message in context: http://camel.465427.n5.nabble.com/spring-boot-camel-and-database-access-tp5769003.html Sent from the Camel - Users mailing list archive at Nabble.com.

Problem with camel-groovy: unable to resolve class JsonSlurper

2014-04-24 Thread labo
ovy/JsonSlurper.class Groovy Runtime (158) groovy/json/JsonSlurper.class The class is there but the script complains that it cannot find it. The bundle should find the class since I used * in the maven-bundle-plugin Thanks in advance labo -- View this message in context: http://ca