250.10. レジストリーからのプロパティーの使用
Camel 2.4
で利用可能: たとえば、OSGi の場合、プロパティーを java.util.Properties オブジェクトとして返すサービスを公開する場合があります。
その後、以下のように Properties コンポーネントを設定できます。
<propertyPlaceholder id="properties" location="ref:myProperties"/>
<propertyPlaceholder id="properties" location="ref:myProperties"/>
myProperties は、OSGi レジストリーでの検索に使用する ID に置き換えます。ref: プレフィックスを使用して、レジストリーのプロパティーを検索する必要があることを Camel に伝えます。