DEFAULT_IMQ_CLIENT_OPTIONS variable

Default options applied to every generated IMQ client: the core queue defaults, plus cleanup enabled with a '*:client' filter and the code-generation settings.

Signature:

DEFAULT_IMQ_CLIENT_OPTIONS: IMQClientOptions

Remarks

What is intentionally absent matters as much as what is present: IMQClientOptions.callTimeout is unset, so runtime calls never time out unless you set it, and IMQClientOptions.singleQueue is unset, so every client creates its own queue.

As with the service defaults, cleanup: true and cleanupFilter: '*:client' override the core defaults, and timeout applies to the generator only.

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