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
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
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
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
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.
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