18.5. 配置出站连接

出站连接是一种通用的远程远程连接,由 URI 完全指定的出站连接。

更新现有出站连接

/subsystem=remoting/outbound-connection=new-outbound-connection:write-attribute(name=uri,value=http://example.com)

创建新的出站连接

/subsystem=remoting/outbound-connection=new-outbound-connection:add(uri=http://example.com)

删除出站连接

/subsystem=remoting/outbound-connection=new-outbound-connection:remove

有关可用于配置 出站连接的属性的完整 列表,请参阅出站连接属性。