Topic: 谁能解决mule的通信同步问题

  Print this page

1.谁能解决mule的通信同步问题 Copy to clipboard
Posted by: lantianweishi
Posted on: 2008-01-27 19:11

我的配置文如下:
这是我配置文件如下:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE mule-configuration PUBLIC "-//SymphonySoft //DTD mule-configuration XML V1.0//EN"
"http://www.symphonysoft.com/dtds/mule/mule-configuration.dtd">

<mule-configuration id="Default" version="1.0">

<description>Default Configuration</description>
  
  <connector name="tcp" className="org.mule.samples.hello.MyTCPConnector">
    <connection-strategy className="org.mule.providers.SimpleRetryConnectionStrategy">
    <properties>
    <property name="retryCount" value="3"/>
    <property name="frequency" value="2000"/>
    </properties>
    </connection-strategy>
  </connector>
<model name="simpledefault">
  <mule-descriptor name="GreeterUMO" implementation="org.mule.samples.hello.HelloComponent">
<inbound-router>
<endpoint address="tcp://localhost:33333" />
</inbound-router>
<outbound-router>
<router className="org.mule.routing.outbound.OutboundPassThroughRouter">
<endpoint address="tcp://localhost:22222"/>
<reply-to address="vm://aa"/>
</router>
</outbound-router>
<response-router>
<router className="org.mule.routing.response.SingleResponseRouter">
  <endpoint address="vm://aa"/>
  </router>
</response-router>
</mule-descriptor>
<mule-descriptor name="recUMO" implementation="org.mule.samples.hello.HelloComponent">
<inbound-router>
<endpoint address="vm://aa" />
</inbound-router>
<outbound-router>
<router className="org.mule.samples.hello.MyRouter">
<endpoint address="tcp://localhost:22222" synchronous="true"/>
</router>
</outbound-router>
</mule-descriptor>

</model>
</mule-configuration>

2.Re:谁能解决mule的通信同步问题 [Re: lantianweishi] Copy to clipboard
Posted by: linginfanta
Posted on: 2008-03-06 18:07

把源代码发过来


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923