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 |
|---|---|---|---|
|
string |
Host name or IP address of the queue host. Defaults to | ||
|
string |
(Optional) Identifier used to match this endpoint against cluster membership. Meaningful on | ||
|
number |
TCP port of the queue host. Defaults to |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.