10.4.6. リモートキャッシュストアのアウトバウンドソケットの定義
リモートキャッシュストアによって使用される Hot Rod サーバーは、
standalone.xml ファイルの outbound-socket-binding 要素を使用して定義されます。
standalone.xml ファイルにおけるこの設定の例は次の通りです。
<outbound-socket-binding name="remote-store-hotrod-server"> <remote-destination host="127.0.0.1" port="11322"/> </outbound-socket-binding>
<outbound-socket-binding name="remote-store-hotrod-server">
<remote-destination host="127.0.0.1"
port="11322"/>
</outbound-socket-binding>