# AnyJobQueue.name property · @imqueue/job

Source: https://imqueue.org/api/job/latest/job.anyjobqueue.name/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/job 3.0.3 — generated reference, not hand-written

Name of this queue, as given in [JobQueueOptions.name](https://imqueue.org/api/job/latest/job.jobqueueoptions.name/). Read-only — a queue cannot be re-pointed after construction.

**Signature:**

```typescript
name: string;
```

