Thanks Claus - I should have read the doc more carefully! Hmm, it works perfectly in the camel jbang 4.7.0 but not work for 4.8.0-SNAPSHOT, because "camel export --with-runtime=quarkus", the pom.xml in exported project is missing <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-rest</artifactId> </dependency> In 4.7.0, there are a camel-quarkus-openapi and camel-quarkus-rest. Is it like a bug? or I missed something?
On Fri, Aug 30, 2024 at 6:13 PM Claus Ibsen <claus.ib...@gmail.com> wrote: > Hi > > See this doc > > https://camel.apache.org/manual/camel-jbang.html#_controlling_spring_boot_and_quarkus_integrations > > On Fri, Aug 30, 2024 at 11:55 AM Zheng Feng <zf...@redhat.com> wrote: > > > Hi, > > > > When I run a camel application outside of camel jbang and the `camel ps` > > command does not find it. I think it is expected since camel jbang can > only > > manage the process which is spawned by `camel run` command? is it right? > > > > I tried to run a camel quarkus app in a native mode by itself because > > `camel run --with-runtime=quarkus` can only run the integration in a jvm > > mode and I want to use camel jbang to manage it, this look impossible? > > > > > -- > Claus Ibsen > ----------------- > @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >