You're viewing archived documentation for @imqueue/core v2.0.26. APIs may differ from the current release. View the latest version ↗

UDPClusterManagerOptions interface

Signature:

export interface UDPClusterManagerOptions 

Properties

Property

Modifiers

Type

Description

address

string

Message queue broadcast address

{number}

aliveTimeoutCorrection

number

Message queue alive timeout correction. Used to correct waiting time to check if the server is alive

5000 {number}

limitedAddress?

string

(Optional) Message queue limited broadcast address

"255.255.255.255" {string}

port

number

Message queue broadcast port

63000 {number}

useAliveCheck

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}