0

我是骡子的新手。

我正在使用骡子 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

谢谢。

4

0 回答 0