# BaseJobQueue.imq property · @imqueue/job

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

The underlying `@imqueue/core` message queue this job queue runs on.

**Signature:**

```typescript
protected imq: IMessageQueue;
```

## Remarks

Assigned by each subclass constructor, with the mode that suits it, which is the one thing a subclass must do. Declared with a definite-assignment assertion for that reason — it is never actually unset on a constructed queue.

