[
https://issues.apache.org/jira/browse/CAMEL-21921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939907#comment-17939907
]
Dominik Jelinek commented on CAMEL-21921:
-----------------------------------------
Hello,
I am sorry the description was not precise. I have updated it.
I am running routes separately (each is running sith unique PID).
> 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: Bug
> Components: camel-jbang
> Affects Versions: 4.10.2
> Reporter: Dominik Jelinek
> Priority: Major
>
> 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)