IMessageQueueAuthConnection interface
Optional credentials for a queue host, forwarded to the Redis client as username and password, plus the transport security to reach it with.
Supply both credentials for a Redis ACL user, or just password for a requirepass-only server. Omit both to connect unauthenticated, which is the default.
Signature:
export interface IMessageQueueAuthConnection
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) Password for the queue host. | ||
|
boolean | TlsOptions |
(Optional) Encrypts this connection with TLS. Applies to every channel the queue opens — reader, writer, watcher and subscription alike — so enabling it here encrypts the whole bus. The broker must be listening for TLS ( | ||
|
string |
(Optional) Redis ACL user name. Omit for a server that only uses |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.