Ably · Schema

queue_response

Real-TimeWebSocketsPub-SubMessagingStreamingPush NotificationsChatLiveSync

Properties

Name Type Description
id string The ID of the Ably queue
appId string The Ably application ID.
name string The friendly name of the queue.
region string The data center region for the queue.
amqp object
stomp object
state string The current state of the queue.
messages object Details of messages in the queue.
stats object
ttl integer TTL in minutes.
maxLength integer Message limit in number of messages.
deadletter boolean A boolean that indicates whether this is a dead letter queue or not.
deadletterId string The ID of the dead letter queue.
View JSON Schema on GitHub

JSON Schema

ably-queue-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/queue_response",
  "title": "queue_response",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the Ably queue",
      "example": "28AB6w:us-east-1-a:My queue"
    },
    "appId": {
      "type": "string",
      "description": "The Ably application ID.",
      "example": "28AB6w"
    },
    "name": {
      "type": "string",
      "description": "The friendly name of the queue.",
      "example": "My queue"
    },
    "region": {
      "type": "string",
      "description": "The data center region for the queue.",
      "example": "eu-west-1-a"
    },
    "amqp": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "uri": {
          "type": "string",
          "description": "URI for the AMQP queue interface.",
          "example": "amqps://us-east-1-a-queue.ably.io:5671/shared"
        },
        "queueName": {
          "type": "string",
          "description": "Name of the Ably queue.",
          "example": "28AB6w:My queue"
        }
      }
    },
    "stomp": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "uri": {
          "type": "string",
          "description": "URI for the STOMP queue interface.",
          "example": "stomp://us-east-1-a-queue.ably.io:61614"
        },
        "host": {
          "type": "string",
          "description": "The host type for the queue.",
          "example": "shared"
        },
        "destination": {
          "type": "string",
          "description": "Destination queue.",
          "example": "/amqp/queue/28AB6w:My queue"
        }
      }
    },
    "state": {
      "type": "string",
      "description": "The current state of the queue.",
      "example": "Running"
    },
    "messages": {
      "type": "object",
      "additionalProperties": false,
      "description": "Details of messages in the queue.",
      "properties": {
        "ready": {
          "type": "integer",
          "nullable": true,
          "description": "The number of ready messages in the queue.",
          "example": 0
        },
        "unacknowledged": {
          "type": "integer",
          "nullable": true,
          "description": "The number of unacknowledged messages in the queue.",
          "example": 0
        },
        "total": {
          "type": "integer",
          "nullable": true,
          "description": "The total number of messages in the queue.",
          "example": 0
        }
      }
    },
    "stats": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "publishRate": {
          "type": "number",
          "nullable": true,
          "description": "The rate at which messages are published to the queue. Rate is messages per minute."
        },
        "deliveryRate": {
          "type": "number",
          "nullable": true,
          "description": "The rate at which messages are delivered from the queue. Rate is messages per minute."
        },
        "acknowledgementRate": {
          "type": "number",
          "nullable": true,
          "description": "The rate at which messages are acknowledged. Rate is messages per minute."
        }
      }
    },
    "ttl": {
      "type": "integer",
      "description": "TTL in minutes.",
      "example": 60
    },
    "maxLength": {
      "type": "integer",
      "description": "Message limit in number of messages.",
      "example": 10000
    },
    "deadletter": {
      "type": "boolean",
      "description": "A boolean that indicates whether this is a dead letter queue or not.",
      "example": false
    },
    "deadletterId": {
      "type": "string",
      "description": "The ID of the dead letter queue.",
      "nullable": true,
      "example": "28AB6w:us-east-1-a:deadletter"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ably-queue-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.