UDPClusterManagerOptions interface
Signature:
export interface UDPClusterManagerOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
Message queue broadcast address {number} | ||
|
number |
Message queue alive timeout correction. Used to correct waiting time to check if the server is alive 5000 {number} | ||
|
string |
(Optional) Message queue limited broadcast address "255.255.255.255" {string} | ||
|
number |
Message queue broadcast port 63000 {number} | ||
|
boolean |
Message queue alive-server check flag. If set to false, the server will not be checked for liveness on each broadcast message with a timeout. Can be specified by the environment variable if the given option is not bypassed: IMQ_UDP_CLUSTER_MANAGER_ALIVE_CHECK true {boolean} |