[
https://issues.apache.org/jira/browse/CAMEL-21921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-21921.
---------------------------------
Resolution: Fixed
> camel-jbang - using stop with name will terminate all integrations with same
> root
> ---------------------------------------------------------------------------------
>
> Key: CAMEL-21921
> URL: https://issues.apache.org/jira/browse/CAMEL-21921
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Affects Versions: 4.10.2
> Reporter: Dominik Jelinek
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 4.12.0
>
>
> lets consider two integration files
> * sample.camel.yaml
> * sample2.camel.yaml
>
> when they are run using
> {code:java}
> camel run sample.camel.yaml
> camel run sample2.camel.yaml{code}
> after I want to stop only one of them eg. `sample.camel.yaml` using
> {code:java}
> camel stop sample{code}
> the problem is that it will terminate both running integrations
--
This message was sent by Atlassian Jira
(v8.20.10#820010)