18.2. 配置端点

重要

在 JBoss EAP 6 中,工作程序线程池已直接在 远程子系统 中配置。在 JBoss EAP 7 中,远程 端点 配置引用了来自 io 子系统的 worker。

JBoss EAP 默认提供以下 端点 配置:

<subsystem xmlns="urn:jboss:domain:remoting:4.0">
  <endpoint/>
  ...
</subsystem>

更新现有端点配置

/subsystem=remoting/configuration=endpoint:write-attribute(name=authentication-retries,value=2)
reload

创建新端点配置

/subsystem=remoting/configuration=endpoint:add

删除端点配置

/subsystem=remoting/configuration=endpoint:remove
reload

如需可用于端点配置的属性的完整列表,请参阅 Endpoint Attributes