# RabbitMQConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts#L117)

RabbitMQ configuration

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `parseQueue` | `string` |
| `deadLetterQueue` | `string` |
| `prefetchCount` | `number` |
