---
url: >-
  /api/third-parties/bullmq/types/dispatchers/interface-job-dispatcher-options.md
description: api documentation of JobDispatcherOptions from @tsed/bullmq
---

## Usage

```typescript
import { JobDispatcherOptions } from "@tsed/bullmq";
```

> See [/packages/third-parties/bullmq/src/dispatchers/JobDispatcherOptions.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/third-parties/bullmq/src/dispatchers/JobDispatcherOptions.ts#L0-L0).

## Overview

```ts
interface JobDispatcherOptions {
    queue: string;
    name: string;
}
```

## queue

```ts
queue: string;
```

## name

```ts
name: string;
```
