Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 1 周开始使用 Mule。我已经设法连接到一个 HTTP REST 请求,使用 Quartz 每隔几分钟触发一次事件。我的请求返回了一个 XML 或 JSON。现在,我需要做同样的事情,但要从文件或资源中检索连接到的 url,如果将来我想更改 url 或添加另一个,很容易修改。有人能帮我吗?非常感谢。
您应该检查文件连接器或 mule 请求器模块。这些将让您从系统中获取文件。然后,您可以使用 MEL 表达式将其用作请求 URL。