DEFAULT_IMQ_SERVICE_OPTIONS variable
Default options applied to every IMQ service: the core queue defaults, plus cleanup enabled with a '*:client' filter, single-process mode, and one worker per core.
Signature:
DEFAULT_IMQ_SERVICE_OPTIONS: IMQServiceOptions
Remarks
Note the two deliberate overrides of the core defaults: cleanup is true (core defaults to false) and cleanupFilter is '*:client' (core '*'). So a starting service prunes abandoned client queue keys, and the filter deliberately excludes service queues.
Metrics-server defaults are not part of this object — they live in DEFAULT_IMQ_METRICS_SERVER_OPTIONS and are merged in separately by the service constructor.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.