270.4. Spring Boot Auto-Configuration

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

名称描述默认类型

camel.component.quickfix.configurations

使用给定的配置快速Fix 配置映射到这个密钥

 

map

camel.component.quickfix.enabled

启用快速修复组件

true

布尔值

camel.component.quickfix.lazy-create-engines

如果设置为 true,将根据需要创建并启动引擎(当第一个信息发送时)

false

布尔值

camel.component.quickfix.log-factory

使用给定的 LogFactory。选项是一个快速修复.LogFactory 类型。

 

字符串

camel.component.quickfix.message-factory

使用给定的 MessageFactory。选项是一个快速修复.MessageFactory 类型。

 

字符串

camel.component.quickfix.message-store-factory

使用给定的 MessageStoreFactory。选项是一个快速修复.MessageStoreFactory 类型。

 

字符串

camel.component.quickfix.resolve-property-placeholders

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

true

布尔值