Anypoint MQ channel binding
Contains information about the channel representation in Anypoint MQ.
Structure
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/anypointmq/0.0.1/channel.json"
title:"Anypoint MQ channel bindings object"
description:"This object contains configuration for describing an Anypoint MQ exchange, queue, or FIFO queue as an AsyncAPI channel. This objects only contains configuration that can not be provided in the AsyncAPI standard channel object."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}Examples
json
{
"destination": "user-signup-exchg",
"destinationType": "exchange",
"bindingVersion": "0.0.1"
}
Changelog
Good news, nothing was changed