File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 100
100
<groupId >org.apache.camel.springboot</groupId >
101
101
<artifactId >camel-management-starter</artifactId >
102
102
</dependency >
103
+ <!-- Camel CLI -->
104
+ <dependency >
105
+ <groupId >org.apache.camel.springboot</groupId >
106
+ <artifactId >camel-cli-connector-starter</artifactId >
107
+ </dependency >
103
108
104
109
<!-- test -->
105
110
<dependency >
Original file line number Diff line number Diff line change @@ -52,6 +52,20 @@ For example to get route information:
52
52
curl -XGET -s http://localhost:8080/actuator/camel/routes
53
53
----
54
54
55
+ === Camel CLI
56
+
57
+ This application is integrated with the Camel CLI via the `camel-cli-connector-starter` dependency (see `pom.xml`).
58
+ This allows to use the Camel CLI to manage this application, such as:
59
+
60
+ $mvn spring-boot:run
61
+
62
+ And then use the CLI to see status:
63
+
64
+ $camel get
65
+ PID NAME CAMEL PLATFORM READY STATUS AGE TOTAL FAILED INFLIGHT SINCE-LAST
66
+ 86000 sample.camel.MyCamelApplica… 3.19.0 Spring Boot v2.7.3 1/1 Running 11s 5 0 0 0s
67
+
68
+
55
69
=== Help and contributions
56
70
57
71
If you hit any problem using Camel or have some feedback, then please
You can’t perform that action at this time.
0 commit comments