使用 Apache Camel 和 Spring,我可以使用属性构建 uri 吗?

发布于 2024-11-10 15:27:29 字数 370 浏览 2 评论 0原文

我已经创建了自己的组件,我想做类似的事情:

<camel:camelContext id="camel1">
    <camel:route>
        <camel:from uri="mysch://realthing?network=${network}" id="testEndpoint"/>

我希望 ${network} 来自属性文件(使用 Spring 属性占位符):

<context:property-placeholder location="classpath:test.properties"/>

我该怎么做?

I have created my own component and I want to do something similar to this:

<camel:camelContext id="camel1">
    <camel:route>
        <camel:from uri="mysch://realthing?network=${network}" id="testEndpoint"/>

I want ${network} to come from a properties file (using Spring properties placeholder):

<context:property-placeholder location="classpath:test.properties"/>

How can I do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文