Hawtio 中未显示 Camel Routes(选项卡)

Camel Routes (tab) not displayed in Hawtio

我们的应用程序是 spring 使用 Apache camel 路由的引导应用程序。

JMX、运行时、Spring 引导等应用程序信息通过 hawtio 公开。

但是我们无法在 hawtio 中看到 apache camel 路由。

添加以下依赖后,我们可以在 hawtio GUI 中看到 camel(选项卡/插件)。

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-management</artifactId>
  <version>${version.camel}</version>
</dependency>

http://localhost:8080/actuator/hawtio

还要确保 jolokia 和执行器端点也暴露出来。