# IMQOptions.vendor property · @imqueue/core

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

Queue adapter vendor name. Defaults to `'Redis'`, which is the only supported value.

**Signature:**

```typescript
vendor?: string;
```

## Remarks

Honoured only by [IMQ.create()](https://imqueue.org/api/core/latest/core.imq.create/), which throws a `TypeError` for any other value. Ignored when a queue class is instantiated directly, because [DEFAULT\_IMQ\_OPTIONS](https://imqueue.org/api/core/latest/core.default_imq_options/) carries no `vendor` key.

