单例启动 Mule 组件/流程
我有一个正在运行的 Mule 应用程序,正在我的项目中使用。我想做的是添加一些组件,每次 Mule 服务器启动时都会清除一些数据库表。
在这件事上要使用什么组件?最好我希望它是从 XML 发生的,而不是我必须编写的一些 Java 组件(JDBC 等)
谢谢!
I have a running Mule application I am using in my project. What I would like to do is add some component that would clear some database table everytime the Mule server is started up.
What would be the component to use in this matter? Preferably I'd like it to happen from XML and not some Java component I have to write (JDBC and such)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
完成:
这是配置:
Done with:
Here is the config: