---
title: "Queue Configure"
method: POST
path: "/api/v1.msgs.queue.configure"
tags: ["Msgs"]
---

# Queue Configure

`POST /api/v1.msgs.queue.configure`

Configures retry and DLQ behavior for a consumer group on a topic.

`retry_schedule` is a list of delays (in millis) between retries after a nack. Once exhausted,
the message is moved to the DLQ (or forwarded to `dlq_topic` if set).

## Request body

- MsgQueueConfigureIn
  - `namespace` string, nullable
  - `topic` string, required
  - `consumer_group` string, required
  - `retry_schedule` integer[]
  - `dlq_topic` string, nullable

## Response `200`

- MsgQueueConfigureOut
  - `retry_schedule` integer[], required
  - `dlq_topic` string, nullable

## Other responses

- `400`
- `401`
- `403`
- `422`

---

[API](https://skmtc.net/svix/apis/diom-api.md) · [All operations](https://skmtc.net/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/diom-api/versions/e98d7f3a3e10/schema)
