mayurtailor009

Results 4 comments of mayurtailor009

Hi @wrooot Below code should be there(MUCRoomController.java->createRoom method) to clustering the chat service as doing for chat room while creating chat room using rest api:- `if (ClusterManager.isClusteringStarted()) { CacheFactory.doClusterTask(new ServiceAddedEvent('service_1','service_1',false);...

@GregDThomas , Thanks for your input. Let me explore more in code of rest api and openfire.

Hi @GregDThomas I want is to sync newly created chat service on all the clustered openfire nodes when new room with new chat service created.

@GregDThomas thanks for your inputs. I am working on multi-tenant web application where each tenant have own chat service and own chat rooms. User can create N number of tenant...