171.3. Spring Boot Auto-Configuration

组件支持 2 个选项,如下所示。

名称描述默认类型

camel.component.jcr.enabled

启用 jcr 组件

true

布尔值

camel.component.jcr.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值

请注意,JCR Producer 使用了消息属性,而不是在 2.123 之前的 Camel 版本中的消息标头。详情请查看 https://issues.apache.org/jira/browse/CAMEL-7067