WebSocket Cluster Properties

The following cluster properties configure WebSocket behavior on the Gateway node or node cluster. For more information, see .
gateway92
The following cluster properties configure WebSocket behavior on the Gateway node or node cluster. For more information, see Manage WebSocket Connections.
Property
Description
websocket.accept.queue.size
The maximum requests that can be buffered. Requires a Gateway restart.
Default:
100
websocket.client.buffer.size
The outbound client buffer size. Requires a Gateway restart. 
Default: 
4096
 (bytes)
websocket.inbound.connection.idle
The idle time for all inbound connections. Requires a Gateway restart. 
Default: 
60000
 (milliseconds)
websocket.max.binary.msg.size
The maximum text binary size. Requires a Gateway restart. 
Default: 
1048576
 (bytes)
websocket.max.inbound.connections
The maximum number of connections for a single connection definition. The connection definition can set a lower value if desired. Requires a Gateway restart. 
Default: 
4096
websocket.max.inbound.threads
The maximum number of threads available for inbound connections. Requires a Gateway restart. 
Default: 
25
websocket.max.outbound.threads
The maximum number of threads available for outbound connections. Requires a Gateway restart. 
Default: 
25
websocket.max.text.msg.size
The maximum text message size. Requires a Gateway restart. 
Default: 
1048576
 (bytes)
websocket.min.inbound.threads
The minimum number of threads available for inbound connections. Requires a Gateway restart. 
Default: 
10
websocket.min.outbound.threads
The minimum number of threads available for outbound connections. Requires a Gateway restart. 
Default: 
10
websocket.outbound.client.connection.timeout
The amount of time an outbound connection will wait before timeout occurs. Requires a Gateway restart. 
Default: 
20
 (seconds)
websocket.outbound.connection.idle
The idle time for all outbound client connections. Requires a Gateway restart. 
Default: 
60000
 (milliseconds)