We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://issues.apache.org/jira/browse/CAMEL-21353
Here is how it was added to camel-spring-boot apache/camel-spring-boot@ab83d59
And this jbang example should be able to export and run on CEQ
camel.startupcondition.enabled = true camel.startupcondition.environment-variable-exists = FOO_BAR camel.startupcondition.timeout = 60000 camel.main.name = dude
And the yaml route
- from: uri: "timer:yaml" parameters: period: "1000" steps: - setBody: simple: "Hello Camel from ${routeId}" - log: "${body}"
The text was updated successfully, but these errors were encountered:
Add test for StartupCondition
1fd0e26
Fixes apache#6664
b330132
dd3103e
jamesnetherton
No branches or pull requests
Describe the feature here
https://issues.apache.org/jira/browse/CAMEL-21353
Here is how it was added to camel-spring-boot
apache/camel-spring-boot@ab83d59
And this jbang example should be able to export and run on CEQ
And the yaml route
The text was updated successfully, but these errors were encountered: