18.2. 끝점 구성
중요
JBoss EAP 6에서 작업자 스레드 풀은 원격
하위 시스템에서 직접 구성되었습니다. JBoss EAP 7에서 리모팅 엔드포인트 구성은
io
하위 시스템의 작업자를 참조합니다.
JBoss EAP는 기본적으로 다음 엔드포인트
구성을 제공합니다.
<subsystem xmlns="urn:jboss:domain:remoting:3.0"> <endpoint/> ... </subsystem>
<subsystem xmlns="urn:jboss:domain:remoting:3.0">
<endpoint/>
...
</subsystem>
기존 끝점 구성 업데이트
/subsystem=remoting/configuration=endpoint:write-attribute(name=authentication-retries,value=2)
/subsystem=remoting/configuration=endpoint:write-attribute(name=authentication-retries,value=2)
reload
reload
새 끝점 구성 생성
/subsystem=remoting/configuration=endpoint:add
/subsystem=remoting/configuration=endpoint:add
끝점 구성 삭제
/subsystem=remoting/configuration=endpoint:remove
/subsystem=remoting/configuration=endpoint:remove
reload
reload
엔드포인트 구성에 사용할 수 있는 속성의 전체 목록은 끝점 특성을 참조하십시오.