171.3. Spring Boot 자동 구성

구성 요소는 아래에 나열된 두 가지 옵션을 지원합니다.

이름설명Default유형

camel.component.jcr.enabled

jcr 구성 요소 활성화

true

부울

camel.component.jcr.resolve-property-placeholders

구성 요소가 시작할 때 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

부울

JCR 프로듀서에서는 2.12.3 이전의 Camel 버전에서 메시지 헤더 대신 메시지 속성을 사용했습니다. 자세한 내용은 https://issues.apache.org/jira/browse/CAMEL-7067 을 참조하십시오.