六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 39|回复: 0

Mule 1.4对JBPM的集成

[复制链接]

升级  0.95%

325

主题

325

主题

325

主题

探花

Rank: 6Rank: 6

积分
1019
 楼主| 发表于 2013-2-7 15:26:59 | 显示全部楼层 |阅读模式
<iframe align="center" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog.html" frameborder="0" width="728" scrolling="no" height="90"></iframe><div class="postText">Mule 1.4集成了JBPM功能,这样就能将ESB和BPM的优势相互结合起来。
支持分成两种:
1 ESB的事件触发JBPM的流程,配置如下:
<mule-descriptor name="ToBPMS" implementation="org.mule.components.simple.LogComponent"><br><inbound-router><br><endpoint address="Incoming1"></endpoint><br><endpoint address="Incoming2"></endpoint><br></inbound-router><br><outbound-router><br><router classname="org.mule.routing.outbound.FilteringOutboundRouter"><br><endpoint address="bpm://MyProcess" synchronous="false"></endpoint><br></router><br></outbound-router><br></mule-descriptor>

2 BPM流程触发ESB的事件
<mule-descriptor name="FromBPMS" implementation="org.mule.components.simple.LogComponent"><br><inbound-router><br><endpoint address="bpm://MyProcess"></endpoint><br></inbound-router><br><outbound-router><br><router classname="org.mule.routing.outbound.EndpointSelector"><br><endpoint address="Outgoing1"></endpoint><br><endpoint address="Outgoing2"></endpoint><br><endpoint address="Outgoing3"></endpoint><br></router><br></outbound-router><br></mule-descriptor>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表