BaseJobQueue.imq property

The underlying @imqueue/core message queue this job queue runs on.

Signature:

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.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.