工作流引擎建议
我需要一个具有最佳性能的工作流引擎。比如每小时处理超过30万笔交易。
它应该具有简单的界面和强大的功能。通过 bpel 或 bpmn 定义业务流是值得赞赏的,但不是必需的。
I need a workflow engine, with best performance. Such as handling more than 300k transaction per hour.
It should have easy interface and robust. Defining business flows by bpel or bpmn is appreciated but not required.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我想推荐一些开源 BPEL 替代方案。
以上两者都应该能够处理您提到的性能要求。
您可能必须使用内存中 BPEL 流程。
I like to suggest some opensource BPEL alternatives.
Both of above should able handle the performance requirements that you have mentioned.
You may have to use in-memory BPEL processes.
你尝试过jBPM5吗?对于您的要求,我可以推断您只有自动/短期运行的流程,对吧?您可以使用 jBPM5 自定义和可插入框进行创建,您可以在其中定义可在流程中使用的外部交互。访问 jbpm.org 了解更多信息。
干杯
Did you try jBPM5? For your requirements I can deduct that you have only automatic/short-running processes right? You can create using jBPM5 custom and pluggeable boxes where you can define external interactions that can be used inside your flows. visit jbpm.org for more information.
Cheers
我建议看看 Activiti 引擎。
它是一个轻量级库,在 Apache 许可下拥有良好的 API。
I'd suggest to have a look at Activiti engine.
It's a lightweight library with a good API under a Apache license.