Skip to content
New issue

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

Camel 4.9 - Add support for startup condition #6664

Closed
davsclaus opened this issue Oct 19, 2024 · 0 comments
Closed

Camel 4.9 - Add support for startup condition #6664

davsclaus opened this issue Oct 19, 2024 · 0 comments
Assignees
Labels
area/core enhancement New feature or request
Milestone

Comments

@davsclaus
Copy link
Contributor

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

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}"
     
@davsclaus davsclaus added the enhancement New feature or request label Oct 19, 2024
@jamesnetherton jamesnetherton self-assigned this Nov 27, 2024
jamesnetherton added a commit to JiriOndrusek/camel-quarkus that referenced this issue Dec 4, 2024
jamesnetherton added a commit to JiriOndrusek/camel-quarkus that referenced this issue Dec 4, 2024
@github-actions github-actions bot added this to the 3.17.0 milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants