# JobQueueOptions.name property · @imqueue/job

Source: https://imqueue.org/api/job/latest/job.jobqueueoptions.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 the job queue. Required.

This is the queue's identity, not a label: a [JobQueueWorker](https://imqueue.org/api/job/latest/job.jobqueueworker/) and a [JobQueuePublisher](https://imqueue.org/api/job/latest/job.jobqueuepublisher/) that share a name are two ends of one queue, and two that do not are unrelated queues that will never see each other's jobs.

**Signature:**

```typescript
name: string;
```

