$ open source · GPL-3.0 — need a commercial license? imqueue.com →

Home > @imqueue/core > ICluster > add

ICluster.add property

Adds a server to the cluster and returns its registration record. Registration is idempotent — an already-known server is returned unchanged.

Signature:

add: (server: IServerInput) => IMessageQueueConnection;