squakez commented on issue #3869:
URL: https://github.com/apache/camel-k/issues/3869#issuecomment-1334907754

   What version of Camel K are you using? I've just tested the following with 
version `1.10.3` and it works correctly:
   ```
         from("timer:java?period=1000")
           .setBody()
             .simple("Hello Camel K from ${routeId}")
           .to("direct://lra-compensation");
   
           from("direct://lra-compensation")
              .to("log:info");
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to