172.3. Spring Boot Auto-Configuration
组件支持 2 个选项,如下所列。
Name | 描述 | 默认值 | 类型 |
---|---|---|---|
camel.component.jcr.enabled | 启用 jcr 组件 | true | 布尔值 |
camel.component.jcr.resolve-property-placeholders | 启动时组件是否应解析自身上的属性占位符。只有属于 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
请注意,JCR Producer 使用消息属性,而不是 2.12.3 之前的 Camel 版本中的消息标头。详情请查看 https://issues.apache.org/jira/browse/CAMEL-7067。