我是骡子的新人。
我正在使用mule 3.2
这是我的xml文件。
<model name="polltest">
<service name="poll">
<inbound>
<tcp:inbound-endpoint host="localhost" port="35466" exchange-pattern="one-way"/>
</inbound>
<outbound>
<pass-through-router>
<tcp:outbound-endpoint host="localhost" port="45511" connector-ref="tcplengthProtocol" exchange-pattern="one-way"/>
</pass-through-router>
</outbound>
</service>
</model>
我必须每5分钟轮询“检查消息”字符串消息到端口45511我怎么做?
帮助一些示例代码T ^ T
感谢。