IMessageQueueConnection interface

A single queue-host endpoint: where to connect and, optionally, how to authenticate.

Signature:

export interface IMessageQueueConnection extends IMessageQueueAuthConnection 

Extends: IMessageQueueAuthConnection

Remarks

Used both as the element type of IMQOptions.cluster and, through Partial, as the connection part of IMQOptions itself — where it defaults to localhost:6379 without authentication.

Properties

Property

Modifiers

Type

Description

host

string

Host name or IP address of the queue host. Defaults to localhost.

id?

string

(Optional) Identifier used to match this endpoint against cluster membership. Meaningful on cluster entries only, not at the top level of IMQOptions.

port

number

TCP port of the queue host. Defaults to 6379.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.