RabbitMQ · Schema
RabbitMQ Message
Schema for a RabbitMQ AMQP message including properties and payload.
AMQPDistributed SystemsEvent StreamingMessage BrokerMessagingQueue
Properties
| Name | Type | Description |
|---|---|---|
| payload | object | The message body content |
| payload_bytes | integer | Size of the payload in bytes |
| exchange | string | The exchange the message was published to |
| routing_key | string | The routing key used for message routing |
| redelivered | boolean | Whether the message has been redelivered |
| properties | object | AMQP message properties |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/rabbitmq/rabbitmq-message.json",
"title": "RabbitMQ Message",
"description": "Schema for a RabbitMQ AMQP message including properties and payload.",
"type": "object",
"properties": {
"payload": {
"description": "The message body content"
},
"payload_bytes": {
"type": "integer",
"description": "Size of the payload in bytes"
},
"exchange": {
"type": "string",
"description": "The exchange the message was published to"
},
"routing_key": {
"type": "string",
"description": "The routing key used for message routing"
},
"redelivered": {
"type": "boolean",
"description": "Whether the message has been redelivered"
},
"properties": {
"type": "object",
"description": "AMQP message properties",
"properties": {
"content_type": {
"type": "string",
"description": "MIME type of the message body"
},
"content_encoding": {
"type": "string",
"description": "Encoding of the message body"
},
"delivery_mode": {
"type": "integer",
"enum": [1, 2],
"description": "1=non-persistent, 2=persistent"
},
"priority": {
"type": "integer",
"minimum": 0,
"maximum": 255,
"description": "Message priority"
},
"correlation_id": {
"type": "string",
"description": "Correlation identifier for RPC patterns"
},
"reply_to": {
"type": "string",
"description": "Queue name for reply messages"
},
"expiration": {
"type": "string",
"description": "Per-message TTL in milliseconds"
},
"message_id": {
"type": "string",
"description": "Application-provided message identifier"
},
"timestamp": {
"type": "integer",
"description": "Unix timestamp when message was created"
},
"type": {
"type": "string",
"description": "Application-specific message type"
},
"user_id": {
"type": "string",
"description": "User who published the message"
},
"app_id": {
"type": "string",
"description": "Application that published the message"
},
"headers": {
"type": "object",
"additionalProperties": true,
"description": "Custom message headers"
}
}
}
},
"required": ["payload"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rabbitmq-message"
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.