私はラバが初めてです。
私はミュール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>
ポート 45511 に対して 5 分ごとに "Check Message" 文字列メッセージをポーリングする必要があります。
いくつかのコード例を手伝ってください T ^ T
ありがとう。