mq_consumer

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on string
environment string
queue_name string
service string
settings object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mq-consumer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mq_consumer",
  "title": "mq_consumer",
  "properties": {
    "created_on": {
      "readOnly": true,
      "type": "string"
    },
    "environment": {
      "readOnly": true,
      "type": "string"
    },
    "queue_name": {
      "readOnly": true,
      "type": "string"
    },
    "service": {
      "readOnly": true,
      "type": "string"
    },
    "settings": {
      "properties": {
        "batch_size": {
          "$ref": "#/components/schemas/mq_batch_size"
        },
        "max_retries": {
          "$ref": "#/components/schemas/mq_max_retries"
        },
        "max_wait_time_ms": {
          "$ref": "#/components/schemas/mq_max_wait_time_ms"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}