191.3. Spring Boot Auto-Configuration

组件支持 5 个选项,它们如下所列。

名称描述默认类型

camel.component.kestrel.configuration.addresses

运行 kestrel 的地址

 

String[]

camel.component.kestrel.configuration.concurrent-consumers

为线程池调度多少个并发监听程序

1

整数

camel.component.kestrel.configuration.wait-time-ms

给定等待多久(服务器侧)以毫秒为单位

100

整数

camel.component.kestrel.enabled

启用 kestrel 组件

true

布尔值

camel.component.kestrel.resolve-property-placeholders

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

true

布尔值