【发布时间】:2013-02-07 14:59:29
【问题描述】:
我在 mule 中有两个流程。我想让其中一个启动,只有在另一个已经启动并运行了一段时间之后。我怎样才能做到这一点?谢谢
<flow name="newHttpClientRequestProcessor" doc:name="newHttpClientRequestProcessor">
<flow name="RestNewHttpClientRequestFlow" doc:name="RestNewHttpClientRequestFlow">
<http:inbound-endpoint exchange-pattern="one-way" host="localhost" port="8082" path="subscription" doc:name="HTTP"/>
<jersey:resources doc:name="REST">
<component class="com.citi.isg.rest.endpoints.RestNewHttpClientEndpoint"/>
</jersey:resources>
</flow>
【问题讨论】:
标签: mule flow mule-studio