使用 JBoss 6 对计划作业进行集群
我有一个常规任务必须每天执行一次(但只能执行一次)。目前这是通过 @Schedule 注释完成的。
接下来我想对我的应用程序进行集群。我需要做什么才能正确执行我的计划任务?
I have a regular task that has to be executed once per day (but only once). Currently this is done with a @Schedule annotation.
next i want to cluster my application. is there anything i have to do so my scheduled task is properly executed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来很有希望:
http://community.jboss.org/wiki/HASingletonDeployer
This sounds promising:
http://community.jboss.org/wiki/HASingletonDeployer