174.3. Spring Boot Auto-Configuration

このコンポーネントは、以下に示す 9 のオプションをサポートします。

名前説明デフォルトタイプ

camel.component.jgroups.channel

使用するチャネル。オプションは org.jgroups.JChannel タイプです。

 

String

camel.component.jgroups.channel-properties

エンドポイントが使用する JChannel の設定プロパティーを指定します。

 

String

camel.component.jgroups.enable-view-messages

true に設定すると、コンシューマーエンドポイントは (org.jgroups.Message インスタンスだけでなく) org.jgroups.View メッセージも受信します。デフォルトでは、通常のメッセージのみがエンドポイントによって消費されます。

false

Boolean

camel.component.jgroups.enabled

jgroups コンポーネントを有効にします。

true

Boolean

camel.component.jgroups.lock.cluster.service.enabled

jgroups ロッククラスターサービスを有効にするかどうかを設定します。デフォルトは false です。

false

Boolean

camel.component.jgroups.lock.cluster.service.id

クラスターサービス ID

 

String

camel.component.jgroups.lock.cluster.service.jgroups-cluster-name

JGroups クラスター名

 

String

camel.component.jgroups.lock.cluster.service.jgroups-config

JGrups 設定ファイル名

 

String

camel.component.jgroups.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean