271.4. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.quickfix.configurations

키에 매핑된 사전 구성된 QuickFix 구성의 주어진 맵을 사용하려면

 

map

camel.component.quickfix.enabled

빠른 수정 구성 요소 활성화

true

부울

camel.component.quickfix.lazy-create-engines

true로 설정하면 필요한 경우 엔진을 생성하고 시작합니다(첫 번째 메시지가 전송될 때)

false

부울

camel.component.quickfix.log-factory

지정된 LogFactory를 사용하려면 다음을 수행합니다. 옵션은 quickfix.LogFactory 유형입니다.

 

문자열

camel.component.quickfix.message-factory

지정된 MessageFactory를 사용합니다. 옵션은 quickfix.MessageFactory 유형입니다.

 

문자열

camel.component.quickfix.message-store-factory

지정된 MessageStoreFactory를 사용하려면 다음을 수행합니다. 옵션은 quickfix.MessageStoreFactory 유형입니다.

 

문자열

camel.component.quickfix.resolve-property-placeholders

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

true

부울