AW: Route doesnt get started

2023-05-24 Thread Penagos Jaime
Betreff: Route doesnt get started Hi I have a strange situation with a Route, which is not getting started when it is called by another Route. If the Route is not called by any other Route, it is getting started. Example: from("direct:checkClientSession") .routeId("checkClien

Route doesnt get started

2023-05-24 Thread Reto Peter
Hi I have a strange situation with a Route, which is not getting started when it is called by another Route. If the Route is not called by any other Route, it is getting started. Example: from("direct:checkClientSession") .routeId("checkClientSession") .to("log:myLogger?showAll=true") .log("