Openfire 썸네일형 리스트형 OpenfirePresenceSpooler ㅁ openfire가 direct presence 라서 모델을 조금 변경함. private AtomicInteger scheduledExecutorServiceCount = new AtomicInteger(); /** * Initializes the spool manager. */ @PostConstruct public void init() throws Exception { logger.info(getClass().getName() + "start OpenfirePresenceSpooler initialize."); queue = queueFactory.getQueue(PresenceQueueFactory.SPOOL); if (logger.isInfoEnabled()) { StringBuffer info.. 더보기 [System Architecture] ConnectionManager Openfire (formerly Wildfire) Connection Manager Module What is it? Each Openfire Connection Manager module you deploy improves the scalability of your Openfire server by handling a portion of the client connections. It's suitable for very large installations of Openfire (many thousand concurrent users). Download the connection manager module implementation below. 각각의 openfire conntection manager.. 더보기 openfire 사용 포트 client keep alive time 조정 서버에서 클라이언트 접속을 끊는 현상 발생 We had a case of users being logged out with a "service unavailable" error after about 5 minutes. We solved the issue with the following steps: * Add "xmpp.client.idle" to Wildfires system properties with a high value (for us, 8 hours in milliseconds) * Edit httpd.conf and edit the "Timeout" value (2000), "KeepAlive" (On) and "KeepAliveTimeout" (.. 더보기 이전 1 다음