ClusterServer.imq property
Queue instance created for this host. Present once the server has been registered; the queue may still be starting.
Signature:
imq?: RedisQueue;
Remarks
Exposed to inspect or address one specific host. Subscribing through it directly is safe only on the channel the cluster itself uses: a queue accepts one channel, so a direct subscription to another name makes every later cluster registration on that host fail. unsubscribe() and destroy() on it are not supported: the cluster tracks how many of its own registrations a host has taken, and it cannot see a handler removed behind its back, so a registration made afterwards would be installed while an earlier one stayed missing. Use ClusteredRedisQueue.unsubscribe() and ClusteredRedisQueue.removeServer() instead.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.