Documentation on Clustering and High Availability Support for WebSocket 1.1 Applications
WebLogic Server Version: 12.2.1.3.0 and we have a websocket application. There is an interesting feature about websockets on release notes:
---------------------------------------------------------------------------------------
Clustering and High Availability Support for WebSocket 1.1 Applications
This release of Oracle WebLogic Server adds support for clustering and high availability with WebSocket applications. WebSocket clustering uses Coherence as part of its implementation to establish communication among all cluster members. WebSocket clustering enables horizontal scaling, allows you to send messages to all members of the cluster, increases the maximum number of connected clients, and decreases broadcast execution time.
---------------------------------------------------------------------------------------
I can't find any documentation according to this feature, How to Implement in application and How to configure weblogic server to make use of this.