# BaseJobQueue.options property · @imqueue/job

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

The options this queue was constructed with, kept so that accessors like [BaseJobQueue.name](https://imqueue.org/api/job/latest/job.basejobqueue.name/) can read them back. Treat as read-only — nothing re-reads them after the broker connection is made, so changing one here has no effect on a running queue.

**Signature:**

```typescript
protected options: JobQueueOptions;
```

