Skip to content

AMQP 0-9-1 message binding

Contains information about the message representation in AMQP.

Structure

copy
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/amqp/0.3.0/message.json"
title:"AMQP message bindings object"
description:"This object contains information about the message representation in AMQP."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}

Examples

json
{
  "contentEncoding": "gzip",
  "messageType": "user.signup",
  "bindingVersion": "0.3.0"
}

Changelog

Good news, nothing was changed