DEFAULT_IMQ_OPTIONS variable
Default option values applied to every queue instance: localhost:6379, prefix imq, console as the logger, cleanup off with filter '*', safe delivery off with a 5000 ms lease TTL, gzip off, a 5000 ms watcher check interval, and process signal handling on.
Signature:
DEFAULT_IMQ_OPTIONS: IMQOptions
Remarks
Constructor options are shallow-merged over this object, so passing an explicit undefined overrides a default rather than falling back to it.
The object is exported live and is not frozen — mutating it changes the defaults for every queue constructed afterwards in the process. Prefer per-instance options.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.