IBM MQ message binding
Contains information about the message representation in IBM MQ.
Structure
copy
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/ibmmq/0.1.0/message.json"
title:"IBM MQ message bindings object"
description:"This object contains information about the message representation in IBM MQ."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
oneOf:[...]
examples:[...]
}Examples
json
{
"type": "jms",
"description": "JMS stream message",
"bindingVersion": "0.1.0"
}
Changelog
Good news, nothing was changed