# RedisQueue.options property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.redisqueue.options/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

The effective options for this queue: [DEFAULT\_IMQ\_OPTIONS](https://imqueue.org/api/core/latest/core.default_imq_options/) merged with the values passed to the constructor.

**Signature:**

```typescript
options: IMQOptions;
```

## Remarks

Treat this as read-only configuration. Some options are captured at construction time — `useGzip`, `host` and `port` — so changing them here has no effect, while `safeDelivery`, `safeDeliveryTtl`, `cleanup`, `cleanupFilter` and `verbose` are re-read at runtime.

