18.6. 配置远程出站连接
远程出站连接由协议、出站套接字绑定、用户名和安全域指定。该协议可以是 remote
、http-remoting
或 https-remoting
。
更新现有远程出站连接
/subsystem=remoting/remote-outbound-connection=new-remote-outbound-connection:write-attribute(name=outbound-socket-binding-ref,value=outbound-socket-binding)
创建新的远程出站连接
/subsystem=remoting/remote-outbound-connection=new-remote-outbound-connection:add(outbound-socket-binding-ref=outbound-socket-binding)
删除远程出站连接
/subsystem=remoting/remote-outbound-connection=new-remote-outbound-connection:remove
有关配置远程出站连接的属性的完整列表,请参阅 Remote Outbound Connection Attributes。