IBM MQ channel binding
Contains information about the channel representation in IBM MQ.
Structure
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/ibmmq/0.1.0/channel.json"
title:"IBM MQ channel bindings object"
description:"This object contains information about the channel representation in IBM MQ. Each channel corresponds to a Queue or Topic within IBM MQ."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
oneOf:[...]
examples:[...]
}Examples
json
{
"destinationType": "queue",
"queue": {
"objectName": "myQueueName",
"exclusive": true
},
"bindingVersion": "0.1.0"
}
Changelog
Good news, nothing was changed