# ClusteredRedisQueue.name property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.clusteredredisqueue.name/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Name of this queue, used as the queue name for every per-host queue in the cluster.

**Signature:**

```typescript
name: string;
```

## Remarks

It is read when a server joins, so changing it after construction affects only servers added later — which would silently split the cluster across two queue names. Avoid reassigning it.

