jamesnetherton commented on issue #4796:
URL: https://github.com/apache/camel-quarkus/issues/4796#issuecomment-1512828818

   It's likely semi-related to this: 
https://issues.apache.org/jira/browse/CAMEL-18661.
   
   In Camel Quarkus 2.16.0 and later, you might be able to use this workaround:
   
   ```java
   from("timer:foo?repeatCount=1")
       .to("bean:telemetryBean?method=span&parameters.source=test");
   ```


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