Amazon MQ · JSON Structure

Mq Api Engine Type Structure

The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

EngineType is a JSON Structure definition published by Amazon MQ. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-structure/mq-api-engine-type-structure.json",
  "name": "EngineType",
  "type": "string",
  "description": "The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.",
  "enum": [
    "ACTIVEMQ",
    "RABBITMQ"
  ]
}