Replacing Websphere's WorkManager in JBoss?

梦想的初衷 提交于 2019-11-30 10:26:31

Unfortunately, there is currently no Java EE standard for a WorkManager equivalent; however, JSR-236 (Concurrency Utilities for Java EE) may be back as a candidate for inclusion in Java EE 7.

Until then, depending on how you are currently using the IBM async beans WorkManager and your specific use cases, you may have a few different options to consider -

Vivek Ramanatha Iyer

You could probably checkout the Spring Framework's WorkManager.

Check this link out for more details : Class WorkManagerTaskExecutor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!